소스 검색

* Fix missing escape for dollar sign

Michaël Van Canneyt 1 년 전
부모
커밋
82ac429954
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/msg/errore.msg

+ 1 - 1
compiler/msg/errore.msg

@@ -455,7 +455,7 @@ scan_e_invalid_rtti_option=02111_E_A Invalid RTTI option "$1" (expected Methods,
 % The \var{\$RTTI EXPLICIT} can only contain \var{FIELDS}, \var{PROPERTIES} and \var{METHODS}
 % entries.
 scan_e_duplicate_rtti_option=02112_E_A Duplicate RTTI option "$1"
-% An option in a \var{$RTTI EXPLICIT} directive can only appear once.
+% An option in a \var{\$RTTI EXPLICIT} directive can only appear once.
 scan_e_misplaced_rtti_directive=02113_E_A The RTTI directive cannot be used here
 % The \var{\$RTTI} directive can not be used in this location (e.g. before the \var{PROGRAM}
 % or \var{UNIT} headers).