From: Andi Gutmans Date: Thu, 19 Aug 1999 04:13:56 +0000 (+0000) Subject: - Fixed typo in oci8 error message X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd28fec38bdf4ba8f1d857db799674da542c3492;p=php - Fixed typo in oci8 error message --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 28095aa38a..a85260f7fe 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2059,7 +2059,7 @@ _oci_close_server(oci_server *server) } } } else { - oci_debug("_oci_close_server: closind DEAD server"); + oci_debug("_oci_close_server: closing DEAD server"); } if (server->pServer) {