mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:30:37 +01:00
* spelling correction (Data types which _require_)
This commit is contained in:
parent
4148949871
commit
274cf00028
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user