Sven/Sarah Barth пре 2 година
родитељ
комит
2eac11a8ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/pdecl.pas

+ 1 - 1
compiler/pdecl.pas

@@ -920,7 +920,7 @@ implementation
                           hdef2:=tstoreddef(hdef).getcopy;
                           tstoreddef(hdef2).orgdef:=tstoreddef(hdef);
                           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
                             begin
                               p:=comp_expr([ef_accept_equal]);