Browse Source

corrected amount to number

michael 23 years ago
parent
commit
48a1f9f178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/msg/errore.msg

+ 1 - 1
compiler/msg/errore.msg

@@ -386,7 +386,7 @@ parser_e_illegal_parameter_list=03024_E_Illegal parameter list
 parser_e_wrong_parameter_type=03025_E_Wrong parameter type specified for arg no. "$1"
 % There is an error in the parameter list of the function or procedure.
 % The compiler cannot determine the error more accurate than this.
-parser_e_wrong_parameter_size=03026_E_Wrong amount of parameters specified
+parser_e_wrong_parameter_size=03026_E_Wrong number of parameters specified
 % There is an error in the parameter list of the function or procedure,
 % the number of parameters is not correct.
 parser_e_overloaded_no_procedure=03027_E_overloaded identifier "$1" isn't a function