Browse Source

* spelling fix to make Debian Lintian happy.

(cherry picked from commit 7238985091d1424121605d1198c6332ebd0e0a7a)
marcoonthegit 3 years ago
parent
commit
96c2f883d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pasjpeg/src/jdct.pas

+ 1 - 1
packages/pasjpeg/src/jdct.pas

@@ -1,6 +1,6 @@
 Unit Jdct;
 Unit Jdct;
 
 
-{ Orignal: jdct.h; Copyright (C) 1994-1996, Thomas G. Lane. }
+{ Original: jdct.h; Copyright (C) 1994-1996, Thomas G. Lane. }
 
 
 { This include file contains common declarations for the forward and
 { This include file contains common declarations for the forward and
   inverse DCT modules.  These declarations are private to the DCT managers
   inverse DCT modules.  These declarations are private to the DCT managers