conni Tue Apr 23 20:18:23 2002 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-connection-busy.xml
Log:
fixed typo
Index: phpdoc/en/reference/pgsql/functions/pg-connection-busy.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-connection-busy.xml:1.2
phpdoc/en/reference/pgsql/functions/pg-connection-busy.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-connection-busy.xml:1.2 Wed Apr 17
02:43:15 2002
+++ phpdoc/en/reference/pgsql/functions/pg-connection-busy.xml Tue Apr 23 20:18:22
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
<refentry id='function.pg-connection-busy'>
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
<function>pg_connection_busy</function> returns &true; if the
- connection is busy. If it's is busy, a previous query is still executing.
+ connection is busy. If it is busy, a previous query is still executing.
If <function>pg_get_result</function> is called, it will be blocked.
</para>
<para>