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!'; } ?>