diff roundup/cgi/client.py @ 2830:9ab32261216b

s/Modifed/Modified (thanks donfu)
author Richard Jones <richard@users.sourceforge.net>
date Tue, 26 Oct 2004 07:58:08 +0000
parents aa1cb9df09c3
children 6d34622fd5f8
line wrap: on
line diff
--- a/roundup/cgi/client.py	Mon Oct 25 10:43:20 2004 +0000
+++ b/roundup/cgi/client.py	Tue Oct 26 07:58:08 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.192 2004-10-25 10:43:20 a1s Exp $
+# $Id: client.py,v 1.193 2004-10-26 07:58:08 richard Exp $
 
 """WWW request handler (also used in the stand-alone server).
 """
@@ -592,7 +592,7 @@
         self.additional_headers['Content-Type'] = mime_type
         self.additional_headers['Content-Length'] = len(content)
         lmt = rfc822.formatdate(lmt)
-        self.additional_headers['Last-Modifed'] = lmt
+        self.additional_headers['Last-Modified'] = lmt
         self.write(content)
 
     def renderContext(self):

Roundup Issue Tracker: http://roundup-tracker.org/