vrana           Tue Apr 27 13:18:25 2004 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions exit.xml 
  Log:
  One more typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/exit.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/misc/functions/exit.xml
diff -u phpdoc/en/reference/misc/functions/exit.xml:1.9 
phpdoc/en/reference/misc/functions/exit.xml:1.10
--- phpdoc/en/reference/misc/functions/exit.xml:1.9     Tue Apr 27 12:30:09 2004
+++ phpdoc/en/reference/misc/functions/exit.xml Tue Apr 27 13:18:25 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
   <refentry id="function.exit">
    <refnamediv>
@@ -35,7 +35,7 @@
      If <parameter>status</parameter> is an <type>integer</type>, that value
      will also be used as the exit status. Exit statuses should be in the
      range 0 to 254, the exit status 255 is reserved by PHP and shall not be
-     used. The status 0 is used to terminate the program sucessfully.
+     used. The status 0 is used to terminate the program successfully.
     </simpara>
     <para>
      <example>

Reply via email to