alindeman Sat Mar 30 15:52:19 2002 EDT
Modified files:
/phpdoc/en/features connection-handling.xml
Log:
typo
Index: phpdoc/en/features/connection-handling.xml
diff -u phpdoc/en/features/connection-handling.xml:1.13
phpdoc/en/features/connection-handling.xml:1.14
--- phpdoc/en/features/connection-handling.xml:1.13 Thu Mar 28 12:16:37 2002
+++ phpdoc/en/features/connection-handling.xml Sat Mar 30 15:52:19 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<chapter id="features.connection-handling">
<title>Connection handling</title>
@@ -42,7 +42,7 @@
the connection has been aborted and the shutdown function is called.
This shutdown function will also get called at the end of your script
terminating normally, so to do something different in case of a client
- diconnect you can use the <function>connection_aborted</function>
+ disconnect you can use the <function>connection_aborted</function>
function. This function will return &true; if the connection was
aborted.</simpara>