Browse Source

* fix typo in comment

Sven/Sarah Barth 2 years ago
parent
commit
251af216ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pdecl.pas

+ 1 - 1
compiler/pdecl.pas

@@ -920,7 +920,7 @@ implementation
                           hdef2:=tstoreddef(hdef).getcopy;
                           hdef2:=tstoreddef(hdef).getcopy;
                           tstoreddef(hdef2).orgdef:=tstoreddef(hdef);
                           tstoreddef(hdef2).orgdef:=tstoreddef(hdef);
                           hdef:=hdef2;
                           hdef:=hdef2;
-                          { check if it is an ansistirng(codepage) declaration }
+                          { check if it is an ansistring(codepage) declaration }
                           if is_ansistring(hdef) and try_to_consume(_LKLAMMER) then
                           if is_ansistring(hdef) and try_to_consume(_LKLAMMER) then
                             begin
                             begin
                               p:=comp_expr([ef_accept_equal]);
                               p:=comp_expr([ef_accept_equal]);