Browse Source

compiler: fixed typo

mattias 6 days ago
parent
commit
e6b7144472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/symconst.pas

+ 1 - 1
compiler/symconst.pas

@@ -714,7 +714,7 @@ type
     sto_has_operator,     { contains at least one operator overload }
     sto_has_operator,     { contains at least one operator overload }
     sto_needs_init_final, { the symtable needs initialization and/or
     sto_needs_init_final, { the symtable needs initialization and/or
                             finalization of variables/constants }
                             finalization of variables/constants }
-    sto_has_non_trivial_init { contains at least on managed type that is not
+    sto_has_non_trivial_init { contains at least one managed type that is not
                                initialized to zero (e.g. a record with management
                                initialized to zero (e.g. a record with management
                                operators }
                                operators }
   );
   );