]> granicus.if.org Git - php/commitdiff
- Fixed typo in oci8 error message
authorAndi Gutmans <andi@php.net>
Thu, 19 Aug 1999 04:13:56 +0000 (04:13 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 19 Aug 1999 04:13:56 +0000 (04:13 +0000)
ext/oci8/oci8.c

index 28095aa38ae770292481433bf41a30f348d6472f..a85260f7fed3ba1332f187db7c6a930999aa8a37 100644 (file)
@@ -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) {