diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-06 16:00:30 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-06 16:00:30 +0200 |
commit | 5a215b6064c9ce7ee33db9a76bcb1a62bea16ec3 (patch) | |
tree | f1ca126a98fddf103dec6d544536d6d240d32ffc /system/libraries | |
parent | 5b55c15f24b518aa4775a0c15382c7b4bf72e1bc (diff) | |
parent | 40d124924ea331c6a57ab1b3f743299a41eb3f0c (diff) |
Merge pull request #2586 from vlakoff/develop
Various typos and tabs adjustments
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 85428044d..15eb74bd5 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -463,7 +463,7 @@ class CI_Upload { } // Are the image dimensions within the allowed size? - // Note: This can fail if the server has an open_basdir restriction. + // Note: This can fail if the server has an open_basedir restriction. if ( ! $this->is_allowed_dimensions()) { $this->set_error('upload_invalid_dimensions'); |