Explorar o código

* spelling fix

git-svn-id: branches/hlcgllvm@28486 -
Jonas Maebe %!s(int64=11) %!d(string=hai) anos
pai
achega
0a87133e00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/tgobj.pas

+ 1 - 1
compiler/tgobj.pas

@@ -146,7 +146,7 @@ implementation
 {$ifdef EXTDEBUG}
       TempTypeStr : array[ttemptype] of string[18] = (
           '<none>',
-          'free','normal','persistant',
+          'free','normal','persistent',
           'noreuse','freenoreuse',
           'regallocator','freeregallocator'
       );