From 37d32b5f1157a917c77c4d9b246b2d4be60819cb Mon Sep 17 00:00:00 2001 From: Vincent Gevers Date: Wed, 9 Jun 2004 12:10:05 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160904 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-chmod.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ftp/functions/ftp-chmod.xml b/reference/ftp/functions/ftp-chmod.xml index d39634b012..caea6a064f 100644 --- a/reference/ftp/functions/ftp-chmod.xml +++ b/reference/ftp/functions/ftp-chmod.xml @@ -1,5 +1,5 @@ - + ftp_chmod @@ -34,7 +34,7 @@ $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); // 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"; }