From 0eef80d4e45d8242796a30b98d6bc4aa497e42e1 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 27 Apr 2004 16:30:09 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157281 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/exit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/misc/functions/exit.xml b/reference/misc/functions/exit.xml index 38bdcc61a9..f80c4e4370 100644 --- a/reference/misc/functions/exit.xml +++ b/reference/misc/functions/exit.xml @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ If status is an integer, 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 sucefully. + used. The status 0 is used to terminate the program sucessfully.