Martijn Laan před 6 roky
rodič
revize
8f9f71e120
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 2 4
      Projects/DebugStruct.pas

+ 2 - 4
Projects/DebugStruct.pas

@@ -2,13 +2,11 @@ unit DebugStruct;
 
 {
   Inno Setup
-  Copyright (C) 1997-2007 Jordan Russell
+  Copyright (C) 1997-2019 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
 
   Debug info stuff
-
-  $jrsoftware: issrc/Projects/DebugStruct.pas,v 1.20 2009/04/21 13:46:04 mlaan Exp $
 }
 
 interface
@@ -86,7 +84,7 @@ type
     Index: Integer;
   end;
 
-  { TVariableDebugEntrys associate [Code] section variable referenes with line
+  { TVariableDebugEntrys associate [Code] section variable references with line
     numbers & column positions }
   PVariableDebugEntry = ^TVariableDebugEntry;
   TVariableDebugEntry = packed record