* one letter type fixed, reported by Vincent

git-svn-id: trunk@16783 -
This commit is contained in:
marco 2011-01-19 11:37:17 +00:00
parent ee3004a350
commit 88fe11958b

View File

@ -1361,7 +1361,7 @@ parser_e_no_constructor_in_records=03302_E_Constructors aren't allowed in record
% Constructor declarations aren't allowed in records.
parser_e_at_least_one_argument_must_be_of_type=03303_E_Either the result or at least one parameter must be of type "$1"
% It is required that either the result of the routine or at least one of its parameters be of the specified type.
% For example class operators either take an instance of the structuted type in which they are defined, or they return one.
% For example class operators either take an instance of the structured type in which they are defined, or they return one.
parser_e_cant_use_type_parameters_here=03304_E_Type parameters may require initialization/finalization - can't be used in variant records
% Type parameters may be specialized with types which (e.g. \var{ansistring}) need initialization/finalization
% code which is implicitly generated by the compiler.