# 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.57 2008/01/26 15:45:39 fabiankeil Exp $
+#  $Id: default.filter,v 1.58 2008/02/02 15:27:19 fabiankeil Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
 
 #################################################################################
 #
-# content-type: Tags the request with the content type declarded by the server.
+# content-type: Tags the request with the content type declared by the server.
 #
 #################################################################################
-SERVER-HEADER-TAGGER: content-type Tags the request with the content type declarded by the server.
+SERVER-HEADER-TAGGER: content-type Tags the request with the content type declared by the server.
 
 s@^Content-Type:\s*([^;]*).*@$1@i
 
 #
 #  Revisions   :
 #     $Log: default.filter,v $
+#     Revision 1.58  2008/02/02 15:27:19  fabiankeil
+#     Yet another yahoo update to get the width limitation removal working again.
+#
 #     Revision 1.57  2008/01/26 15:45:39  fabiankeil
 #     Don't let the less-download-windows filter mess up
 #     "Content-Type: application/x-shockwave-flash" headers.