summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2001-12-13 12:23:32 +0000
committerThies C. Arntzen <thies@php.net>2001-12-13 12:23:32 +0000
commitb8b0a6ac2717fb6349cfb4737ca5e90e16716501 (patch)
tree06cdc15d3cd6e3749780fa1d78ee2aa0930efc66
parent5c2d995f0be7af6f09b79471383a32c74a066748 (diff)
downloadphp-git-b8b0a6ac2717fb6349cfb4737ca5e90e16716501.tar.gz
typo
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
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;
}