Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thies C. Arntzen committed Dec 13, 2001
1 parent 5c2d995 commit b8b0a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/oci8/oci8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b8b0a6a

Please sign in to comment.