torben          Sat Jul 14 03:45:40 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  
  Typo fixes.
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.35 phpdoc/en/language/types.xml:1.36
--- phpdoc/en/language/types.xml:1.35   Sat Jul  7 17:27:20 2001
+++ phpdoc/en/language/types.xml        Sat Jul 14 03:45:40 2001
@@ -180,8 +180,8 @@
        To explicitely convert a value to <type>boolean</type>, use either
        the <literal>(bool)</literal> or the <literal>(boolean)</literal> cast.
        However, in most cases you do not need to use the cast, since a value
-       will be autmatically converted if an operator, function or 
-       control-structure requires a <type>boolean</type>-argument.
+       will be automatically converted if an operator, function or 
+       control-structure requires a <type>boolean</type> argument.
       </simpara>
       <simpara>
        See also <link linkend="language.types.type-juggling">type-juggling</link>.
@@ -1874,7 +1874,7 @@
     </para>
     <tip>
      <simpara>
-      Instead of casting a variable to string, you can also use enclose
+      Instead of casting a variable to string, you can also enclose
       the variable in double quotes.
       <!-- TODO: example -->
      </simpara>


Reply via email to