From a14ab128263c4fe107f0412f659e96843a63cf30 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 13 Jul 2009 12:01:01 +0000 Subject: spelling in code comment --- system/libraries/Ftp.php | 6 +++--- 1 file 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 -- cgit v1.2.3-24-g4f1b