From e029bcd480e2c587a468be78629333fb6cdcc61f Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 25 Sep 2003 08:29:45 +0000 Subject: [PATCH] typo, thank you w_a_s_t_e git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141056 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/php-uname.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/php-uname.xml b/reference/info/functions/php-uname.xml index b7085cc311..734e64dc1f 100644 --- a/reference/info/functions/php-uname.xml +++ b/reference/info/functions/php-uname.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ WINNT if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { echo 'This is a server using Windows!'; } else { - echo 'This os a server not using Windows!'; + echo 'This is a server not using Windows!'; } ?>