leszek          Sun Apr 16 19:32:42 2006 UTC

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-rename.xml 
  Log:
  - typo
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ftp/functions/ftp-rename.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ftp/functions/ftp-rename.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.6        Sun Jan 16 
05:09:23 2005
+++ phpdoc/en/reference/ftp/functions/ftp-rename.xml    Sun Apr 16 19:32:41 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ftp-rename">
  <refnamediv>
   <refname>ftp_rename</refname>
@@ -72,7 +72,7 @@
 // login with username and password
 $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
 
-// try to rename $olf_file to $new_file
+// try to rename $old_file to $new_file
 if (ftp_rename($conn_id, $old_file, $new_file)) {
  echo "successfully renamed $old_file to $new_file\n";
 } else {

Reply via email to