hholzgra                Tue Feb  8 06:46:48 2005 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php.in 
  Log:
  typo fixes
  
  
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.22&r2=1.23&ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.22 
phpdoc/scripts/file-entities.php.in:1.23
--- phpdoc/scripts/file-entities.php.in:1.22    Thu Sep  2 18:28:30 2004
+++ phpdoc/scripts/file-entities.php.in Tue Feb  8 06:46:46 2005
@@ -17,7 +17,7 @@
   |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
   +----------------------------------------------------------------------+
   
-  $Id: file-entities.php.in,v 1.22 2004/09/02 22:28:30 goba Exp $
+  $Id: file-entities.php.in,v 1.23 2005/02/08 11:46:46 hholzgra Exp $
 */
 
 /**
@@ -47,7 +47,7 @@
 // Zend API integration info (either a path or "not found")
 $zendapi = ("@ZENDAPI@" == "not found" ? FALSE : "@ZENDAPI@");
 
-// when php complied on cygwin, the working path have to be /cygdrive..
+// when php compiled on cygwin, the working path have to be /cygdrive..
 // the below preg_replace have to be done only using binary php complied on 
MSVC.
 // let's find if php was complied by cygwin:
 $cygwin_complied = eregi("CYGWIN",php_uname()) ? true : false;
@@ -72,7 +72,7 @@
 
 // ......:ENTITY 
CREATION:......................................................
 
-// Put all the file entitites info $entities
+// Put all the file entitites into $entities
 $entities = array();
 file_entities($orig_dir, $trans_dir, $orig_dir, $entities);
 

Reply via email to