Browse Source

* spelling correction (Data types which _require_)

Tomas Hajny 23 năm trước cách đây
mục cha
commit
274cf00028
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msg/errores.msg

+ 1 - 1
compiler/msg/errore.msg

@@ -835,7 +835,7 @@ parser_w_no_objpas_use_mode=03149_W_Don't load OBJPAS unit manual, use {$mode ob
 parser_e_no_object_override=03150_E_OVERRIDE can't be used in objects
 % Override isn't support for objects, use VIRTUAL instead to override
 % a method of an anchestor object
-parser_e_cant_use_inittable_here=03151_E_Data types which requires initialization/finalization can't be used in variant records
+parser_e_cant_use_inittable_here=03151_E_Data types which require initialization/finalization can't be used in variant records
 % Some data type (e.g. \var{ansistring}) needs initialization/finalization
 % code which is implicitly generated by the compiler. Such data types
 % can't be used in the variant part of a record.

+ 1 - 1
compiler/msg/errores.msg

@@ -834,7 +834,7 @@ parser_e_no_object_override=03150_E_OVERRIDE no puede ser usado en objetos
 % This section lists all errors that can occur when type checking is
 % performed.
 % \begin{description}
-parser_e_cant_use_inittable_here=03151_E_Data types which requires initialization/finalization can't be used in variant records
+parser_e_cant_use_inittable_here=03151_E_Data types which require initialization/finalization can't be used in variant records
 % Some data type (e.g. \var{ansistring}) needs initialization/finalization
 % code which is implicitly generated by the compiler. Such data types
 % can't be used in the variant part of a record.