Răsfoiți Sursa

* fix mis-type in one function return value

git-svn-id: trunk@10213 -
Almindor 18 ani în urmă
părinte
comite
7637f46e4e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      packages/aspell/src/aspell.pp

+ 2 - 2
packages/aspell/src/aspell.pp

@@ -417,7 +417,7 @@ uses
      * misspelled words, then token.word will be
      * NULL and token.size will be 0  }
 
-    function aspell_document_checker_next_misspelling(ths:PAspellDocumentChecker):PAspellToken;cdecl;external libaspell name 'aspell_document_checker_next_misspelling';
+    function aspell_document_checker_next_misspelling(ths:PAspellDocumentChecker):AspellToken;cdecl;external libaspell name 'aspell_document_checker_next_misspelling';
 
     { Returns the underlying filter class.  }
 
@@ -822,7 +822,7 @@ var
        * misspelled words, then token.word will be
        * NULL and token.size will be 0  }
 
-  aspell_document_checker_next_misspelling: function(ths:PAspellDocumentChecker):PAspellToken;cdecl;
+  aspell_document_checker_next_misspelling: function(ths:PAspellDocumentChecker):AspellToken;cdecl;
 
       { Returns the underlying filter class.  }