Kaynağa Gözat

Typo fix in rtl debug string.

Margers 1 gün önce
ebeveyn
işleme
4ff1b9462d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      rtl/inc/except.inc

+ 1 - 1
rtl/inc/except.inc

@@ -197,7 +197,7 @@ begin
   If hp^=nil then
     begin
 {$ifdef excdebug}
-      writeln ('At end of ExceptionAddresStack');
+      writeln ('At end of ExceptionAddressStack');
 {$endif}
       halt (255);
     end