summaryrefslogtreecommitdiffstats
path: root/system/libraries/Ftp.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-07-13 14:01:01 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-07-13 14:01:01 +0200
commita14ab128263c4fe107f0412f659e96843a63cf30 (patch)
treea08ada2698678a8528e9a880e3d43ff6492247d7 /system/libraries/Ftp.php
parentf6b442bba6666f3265680223e1ef9df08b94eb08 (diff)
spelling in code comment
Diffstat (limited to 'system/libraries/Ftp.php')
-rw-r--r--system/libraries/Ftp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index 90c65946c..6fb170496 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -154,13 +154,13 @@ class CI_FTP {
/**
- * Change direcotry
+ * Change directory
*
* The second parameter lets us momentarily turn off debugging so that
- * this function can be used to test for the existance of a folder
+ * this function can be used to test for the existence of a folder
* without throwing an error. There's no FTP equivalent to is_dir()
* so we do it by trying to change to a particular directory.
- * Internally, this paramter is only used by the "mirror" function below.
+ * Internally, this parameter is only used by the "mirror" function below.
*
* @access public
* @param string