summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/image/image.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image/image.module b/modules/image/image.module
index e8d8e3c28..b359254b5 100644
--- a/modules/image/image.module
+++ b/modules/image/image.module
@@ -207,7 +207,7 @@ function image_file_download($filepath) {
'Content-Type' => $info['mime_type'],
'Content-Length' => $info['file_size'],
// ...and allow the file to be cached for two weeks (matching the
- // value we use for the mod_expires settings in .htaccess) and
+ // value we/ use for the mod_expires settings in .htaccess) and
// ensure that caching proxies do not share the image with other
// users.
'Expires' => gmdate(DATE_RFC1123, time() + 1209600),