diff roundup/scripts/roundup_server.py @ 4769:52b0e416f0bc

Fix typo
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 07 Mar 2013 09:49:50 +0100
parents 86ef4ab17dc5
children 0997d4d8e76c
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py	Mon Feb 25 11:25:38 2013 +0530
+++ b/roundup/scripts/roundup_server.py	Thu Mar 07 09:49:50 2013 +0100
@@ -232,7 +232,7 @@
                     self.wfile.write(cgitb.breaker())
                     ts = time.ctime()
                     self.wfile.write('''<p>%s: An error occurred. Please check
-                    the server log for more infomation.</p>'''%ts)
+                    the server log for more information.</p>'''%ts)
                     # out to the logfile
                     print 'EXCEPTION AT', ts
                     traceback.print_exc()

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