Browse Source

* Extention -> extension (By Reinier, bug ID #25979)

git-svn-id: trunk@27756 -
michael 11 years ago
parent
commit
7c9d6184a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/sndfile/src/sndfile.pp

+ 1 - 1
packages/sndfile/src/sndfile.pp

@@ -277,7 +277,7 @@ type
   TSF_FORMAT_INFO = record
   TSF_FORMAT_INFO = record
                       format    : ctypes.cint;
                       format    : ctypes.cint;
                       name      : ctypes.pcchar;
                       name      : ctypes.pcchar;
-                      extention : ctypes.pcchar;
+                      extension : ctypes.pcchar;
                     end;
                     end;
 
 
 {
 {