Browse Source

+ Fixed two typos reported by Arí Ricardo Ody

git-svn-id: trunk@993 -
michael 20 years ago
parent
commit
6af1b74202
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/msg/errore.msg

+ 2 - 2
compiler/msg/errore.msg

@@ -1495,10 +1495,10 @@ cg_w_parasize_too_big=06041_W_Parameters size exceeds limit for certain cpu's
 % This indicates that you are declaring more than 64K of parameters, which
 % might not be supported on other processor targets.
 cg_w_localsize_too_big=06042_W_Local variable size exceed limit for certain cpu's
-% This indicates that you are declaring more than 32K of lcoal variables, which
+% This indicates that you are declaring more than 32K of local variables, which
 % might not be supported on other processor targets.
 cg_e_localsize_too_big=06043_E_Local variables size exceeds supported limit
-% This indicates that you are declaring more than 32K of lcoal variables, which
+% This indicates that you are declaring more than 32K of local variables, which
 % is not supported by this processor.
 cg_e_break_not_allowed=06044_E_BREAK not allowed
 % You're trying to use \var{break} outside a loop construction.