From b8b0a6ac2717fb6349cfb4737ca5e90e16716501 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Thu, 13 Dec 2001 12:23:32 +0000 Subject: [PATCH] typo --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1