diff options
author | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
commit | 24fedeb2075194f0da475f45f400a0866d9577f9 (patch) | |
tree | 8fd8dadad68bb36bb523bff05d1c578233912c2f /system/libraries/Ftp.php | |
parent | f41b4e33d1d5fe8d17b3d572b9676b0fdfedc8f7 (diff) |
spelling fixes
Diffstat (limited to 'system/libraries/Ftp.php')
-rw-r--r-- | system/libraries/Ftp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index ac960a419..86e5b8f33 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -486,7 +486,7 @@ class CI_FTP { { for ($i = 0, $c = count($list); $i < $c; $i++) { - // If we can't delete the item it's probaly a directory, + // If we can't delete the item it's probably a directory, // so we'll recursively call delete_dir() if ( ! preg_match('#/\.\.?$#', $list[$i]) && ! @ftp_delete($this->conn_id, $list[$i])) { |