From: Thies C. Arntzen Date: Thu, 13 Dec 2001 12:23:32 +0000 (+0000) Subject: typo X-Git-Tag: PRE_FUNC_RETURNS_OBJECT_PATCH~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8b0a6ac2717fb6349cfb4737ca5e90e16716501;p=php typo --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index c08a2b6cab..13a70db18f 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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; }