vincent         Wed Jun  9 08:10:06 2004 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-chmod.xml 
  Log:
  fixed typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-chmod.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-chmod.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.3 Fri Dec 19 09:40:54 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chmod.xml     Wed Jun  9 08:10:05 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.ftp-chmod">
    <refnamediv>
     <refname>ftp_chmod</refname>
@@ -34,7 +34,7 @@
 
 // try to chmod $file to 644
 if (ftp_chmod($conn_id, 0644, $file)) {
- echo "$file cdmoded successfully to 644\n";
+ echo "$file chmoded successfully to 644\n";
 } else {
  echo "could not chmod $file\n";
 }

Reply via email to