* fixed typo in comments

git-svn-id: trunk@3205 -
This commit is contained in:
Jonas Maebe 2006-04-14 09:16:43 +00:00
parent 5e02b02d24
commit 608f7de834

View File

@ -351,7 +351,7 @@ parser_e_syntax_error=03000_E_Parser - Syntax Error
parser_e_dont_nest_interrupt=03004_E_INTERRUPT procedure can't be nested
% An \var{INTERRUPT} procedure must be global.
parser_w_proc_directive_ignored=03005_W_Procedure type "$1" ignored
% The specified is ignored by FPC programs.
% The specified procedure directive is ignored by FPC programs.
parser_e_no_overload_for_all_procs=03006_E_Not all declarations of "$1" are declared with OVERLOAD
% When you want to use overloading using the \var{OVERLOAD} directive, then
% all declarations need to have \var{OVERLOAD} specified.