didou           Thu Sep 25 04:29:45 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions php-uname.xml 
  Log:
  typo, thank you w_a_s_t_e
  
Index: phpdoc/en/reference/info/functions/php-uname.xml
diff -u phpdoc/en/reference/info/functions/php-uname.xml:1.7 
phpdoc/en/reference/info/functions/php-uname.xml:1.8
--- phpdoc/en/reference/info/functions/php-uname.xml:1.7        Thu Sep 25 04:01:22 
2003
+++ phpdoc/en/reference/info/functions/php-uname.xml    Thu Sep 25 04:29:45 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.7 -->
   <refentry id="function.php-uname">
    <refnamediv>
@@ -43,7 +43,7 @@
 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!';
 }
 
 ?>

Reply via email to