summaryrefslogtreecommitdiffstats
path: root/system/libraries/Ftp.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-24 11:29:14 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-24 11:29:14 +0200
commit6d7f87a9b2ce2950e568162e21c96af4c201147a (patch)
tree7daf6ccc5dd522cbb58ae8a2846eb4d749a711bf /system/libraries/Ftp.php
parentab494d564262f9ad30dc2f57a78b8aceee5e657d (diff)
parent55bc50578b9f1aa3fd71cb427848b21748655690 (diff)
Merge pull request #3996 from calvintam236/develop
[ci skip] Fix some docblock typos
Diffstat (limited to 'system/libraries/Ftp.php')
-rw-r--r--system/libraries/Ftp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index b53207577..2d345c294 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -466,7 +466,7 @@ class CI_FTP {
/**
* Delete a folder and recursively delete everything (including sub-folders)
- * containted within it.
+ * contained within it.
*
* @param string $filepath
* @return bool