Martijn Laan 6 ani în urmă
părinte
comite
8f9f71e120
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 2 4
      Projects/DebugStruct.pas

+ 2 - 4
Projects/DebugStruct.pas

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