]> granicus.if.org Git - php/commitdiff
typo
authorThies C. Arntzen <thies@php.net>
Thu, 13 Dec 2001 12:23:32 +0000 (12:23 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 13 Dec 2001 12:23:32 +0000 (12:23 +0000)
ext/oci8/oci8.c

index c08a2b6cabcdb5b4f21a1874bd89230e6c03695d..13a70db18f6954ae787cd8b247551763d1922698 100644 (file)
@@ -2969,7 +2969,7 @@ PHP_FUNCTION(ocisavelob)
                loblen = Z_STRLEN_PP(arg);
        
                if (loblen < 1) {
-                       php_error(E_WARNING, "Cannot save a lob wich size is less than 1 byte");
+                       php_error(E_WARNING, "Cannot save a lob which size is less than 1 byte");
                        RETURN_FALSE;
                }