jome            Mon Oct 14 06:09:54 2002 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      setlocale.xml 
  Log:
  fixed typo
  
  
Index: phpdoc/en/reference/strings/functions/setlocale.xml
diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.4 
phpdoc/en/reference/strings/functions/setlocale.xml:1.5
--- phpdoc/en/reference/strings/functions/setlocale.xml:1.4     Wed Sep 18 03:56:17 
2002
+++ phpdoc/en/reference/strings/functions/setlocale.xml Mon Oct 14 06:09:54 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.setlocale">
    <refnamediv>
@@ -97,7 +97,7 @@
 
     /* try different possible locale names for german */
     $loc_de = setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
-    echo "Preferred locale for german on this system is '$loc_de';
+    echo "Preferred locale for german on this system is '$loc_de'";
 ?>
 ]]>
       </programlisting>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to