소스 검색

* merge change from 1.1.2.6 to 1.1.2.7

florian 25 년 전
부모
커밋
a257f878db
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/errore.msg

+ 2 - 2
compiler/errore.msg

@@ -341,7 +341,7 @@ parser_e_constructorname_must_be_init=03013_E_Constructor name must be INIT
 % You are declaring a constructor with a name which isn't \var{init}, and the
 % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
 parser_e_destructorname_must_be_done=03014_E_Destructor name must be DONE
-% You are declaring a constructor with a name which isn't \var{done}, and the
+% You are declaring a destructor with a name which isn't \var{done}, and the
 % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
 parser_e_illegal_open_parameter=03015_E_Illegal open parameter
 % You are trying to use the wrong type for an open parameter.
@@ -1931,4 +1931,4 @@ option_help_pages=11025_[
 
 #
 # The End...
-#
+#