]> granicus.if.org Git - php/commitdiff
Added a parameter type.
authorEgon Schmid <eschmid@php.net>
Sun, 6 Aug 2000 19:53:56 +0000 (19:53 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 6 Aug 2000 19:53:56 +0000 (19:53 +0000)
ext/pspell/pspell.c

index c81235ee8d10eddfd9af3058bb1d6498d5b89aa0..95c2fccbfb0a2353e58459133a6cb7157ed5da62 100644 (file)
@@ -72,7 +72,7 @@ PHP_MINIT_FUNCTION(pspell){
        return SUCCESS;
 }
 
-/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, mode]]]])
+/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
    Load a dictionary */
 PHP_FUNCTION(pspell_new){
        zval **language,**spelling,**jargon,**encoding,**pmode;