소스 검색

* spelling correction by Ido/ik

git-svn-id: trunk@4025 -
Tomas Hajny 19 년 전
부모
커밋
14c14d052f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/msg/errore.msg

+ 2 - 2
compiler/msg/errore.msg

@@ -1,6 +1,6 @@
 #
 #   This file is part of the Free Pascal Compiler
-#   Copyright (c) 1999-2000 by the Free Pascal Development team
+#   Copyright (c) 1999-2006 by the Free Pascal Development team
 #
 #   English (default) Language File for Free Pascal
 #
@@ -860,7 +860,7 @@ parser_e_proc_directive_expected=03157_E_Procedure directive expected
 parser_e_invalid_property_index_value=03158_E_The value for a property index must be of an ordinal type
 % The value you use to index a property must be of an ordinal type, for
 % example an integer or enumerated type.
-parser_e_procname_to_short_for_export=03159_E_Procedure name to short to be exported
+parser_e_procname_to_short_for_export=03159_E_Procedure name too short to be exported
 % The length of the procedure/function name must be at least 2 characters
 % long. This is because of a bug in dlltool which doesn't parse the .def
 % file correct with a name of length 1.