diff options
author | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
commit | bd6bee75dd26ade1c8d9cfd104bb913065797c59 (patch) | |
tree | d6f4ad19ef131b950e2cab3807c3479ad328cc0c /system/libraries/Upload.php | |
parent | 23db0ddcd518b8a6ab8b7688a3eab756a73463f0 (diff) |
Diffstat (limited to 'system/libraries/Upload.php')
-rw-r--r-- | system/libraries/Upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 5bb506cdb..09a479431 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -284,8 +284,8 @@ class CI_Upload { * Set the file name * * This function takes a filename/path as input and looks for the - * existnace of a file with the same name. If found, it will append a - * number to the end of the filename to avoid overwritting a pre-existing file. + * existence of a file with the same name. If found, it will append a + * number to the end of the filename to avoid overwriting a pre-existing file. * * @access public * @param string |