Browse Source

Typo fix in rtl debug string.

Margers 1 day ago
parent
commit
4ff1b9462d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/except.inc

+ 1 - 1
rtl/inc/except.inc

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