summaryrefslogtreecommitdiffstats
path: root/system/helpers/download_helper.php
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-06-16 12:15:19 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-06-16 12:15:19 +0200
commitf512b73bc78760198a5409f2c4da71fe749b1301 (patch)
tree0eb45f90652d6467065b4b733eca1d9b0aaab99c /system/helpers/download_helper.php
parentfe642dadd6ba62d597ccf1c7cb91e28059caeebf (diff)
Spelling fixes - `wether` to `whether`
Interestingly `wether` means a castrated ram in old English
Diffstat (limited to 'system/helpers/download_helper.php')
-rw-r--r--system/helpers/download_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php
index 5efbc4930..09c4de578 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -46,7 +46,7 @@ if ( ! function_exists('force_download'))
*
* @param string filename
* @param mixed the data to be downloaded
- * @param bool wether to try and send the actual file MIME type
+ * @param bool whether to try and send the actual file MIME type
* @return void
*/
function force_download($filename = '', $data = '', $set_mime = FALSE)