diff --git a/functions/aspell.xml b/functions/aspell.xml index d1c241d90b..a0a5b1b532 100644 --- a/functions/aspell.xml +++ b/functions/aspell.xml @@ -1,4 +1,4 @@ - + Aspell functions Aspell @@ -33,7 +33,7 @@ Description - resource aspell_new + int aspell_new string master string personal @@ -64,7 +64,7 @@ $aspell_link = aspell_new("english"); bool aspell_check - resource dictionary_link + int dictionary_link string word @@ -101,7 +101,7 @@ if (aspell_check($aspell_link, "testt")) { bool aspell_check_raw - resource dictionary_link + int dictionary_link string word @@ -137,7 +137,7 @@ if (aspell_check_raw($aspell_link, "test")) { array aspell_suggest - resource dictionary_link + int dictionary_link string word