diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-10 05:43:35 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-10 05:43:35 +0100 |
commit | a49de963e27dc066966d587be3adad4bff3483e6 (patch) | |
tree | 46905c8d82a318d4c501c7f46b0171c454355690 /system/language/english/ftp_lang.php | |
parent | cefd6430b1e6ee4be26ee531b1abd5c2907545e7 (diff) | |
parent | 2aa8492ef29f2abff89011750133c3b24a021ec5 (diff) |
Merge pull request #2867 from Chanthoeun/develop
Correcting word "peforming" to "performing"
Diffstat (limited to 'system/language/english/ftp_lang.php')
-rw-r--r-- | system/language/english/ftp_lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 042ab55df..f0e89ff69 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -26,7 +26,7 @@ */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before peforming any file routines.'; +$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.'; $lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.'; $lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.'; $lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.'; |