Browse Source

Fix typo.

Martijn Laan 1 month ago
parent
commit
a148fcad6e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Components/NewProgressBar.pas

+ 2 - 2
Components/NewProgressBar.pas

@@ -2,13 +2,13 @@ unit NewProgressBar;
 
 
 {
 {
   Inno Setup
   Inno Setup
-  Copyright (C) 1997-2024 Jordan Russell
+  Copyright (C) 1997-2025 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.
 
 
   TNewProgressBar component - a smooth 32 bit TProgressBar
   TNewProgressBar component - a smooth 32 bit TProgressBar
 
 
-  Note: themed animated progress bars and don't immediately show changes.
+  Note: themed animated progress bars don't immediately show changes.
   This applies both to Position and State. For example if you set State while the
   This applies both to Position and State. For example if you set State while the
   progress bar is still moving towards a new Position, the new State doesnt show until
   progress bar is still moving towards a new Position, the new State doesnt show until
   the moving animation has finished.
   the moving animation has finished.