diff --git a/ChangeLog b/ChangeLog
index 831e95e7059cf6d64e58f53b69ae58bb803f35b9..348a74fb0588f438f54b4f4c55b3daf4ce7786df 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-22  Steffen Gebert  <steffen@steffen-gebert.de>
+
+	* Follow-up to #17181: Corrected typo in _.htaccess (Thanks to Simon Schaufelberger)
+
 2011-01-22  Ernesto Baschny  <ernesto.baschny@typo3.org>
 
 	* Release of TYPO3 4.5.0rc1
diff --git a/_.htaccess b/_.htaccess
index 406329a339e066985b5e78a62cfa6232f6876022..f470fd6e3ed81ab91b6a655c5a2be62fd4c11c8f 100644
--- a/_.htaccess
+++ b/_.htaccess
@@ -56,7 +56,7 @@
 # Enable long browser caching for JavaScript and CSS files.
 
 # This affects Frontend and Backend and increases performance.
-# You can also add other file extensions (like gif, png, jpg), if you want them to be longer caced, too.
+# You can also add other file extensions (like gif, png, jpg), if you want them to be longer cached, too.
 
 <FilesMatch "\.(js|css)$">
   <IfModule mod_expires.c>