wiesemann               Sun Jun  1 11:18:05 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions version-compare.xml 
  Log:
  typos
  
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.3 
phpdoc/en/reference/info/functions/version-compare.xml:1.4
--- phpdoc/en/reference/info/functions/version-compare.xml:1.3  Sun Jun  1 11:10:09 
2003
+++ phpdoc/en/reference/info/functions/version-compare.xml      Sun Jun  1 11:18:04 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.version-compare">
    <refnamediv>
@@ -34,8 +34,8 @@
      and <literal>+</literal> with a dot <literal>.</literal> in the version 
      strings and also inserts dots <literal>.</literal> before and after any 
      non number so that for example '4.3.2RC1' becomes '4.3.2.RC.1'. Then it 
-     splits the results like if you were using explode('.',$ver). The it 
-     compares the parts startinig from left to right. If a part contains 
+     splits the results like if you were using explode('.',$ver). Then it 
+     compares the parts starting from left to right. If a part contains 
      special version strings these are handled in the following order: 
      <literal>dev</literal> &lt; <literal>alpha</literal> &lt; 
      <literal>a</literal> &lt; <literal>beta</literal> &lt; 



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

Reply via email to