Mercurial > p > roundup > code
diff frontends/roundup.cgi @ 4769:52b0e416f0bc
Fix typo
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 07 Mar 2013 09:49:50 +0100 |
| parents | 6e3e4f24c753 |
| children | 92757447dcf0 c75defc1c2f0 ab37c1705dbf |
line wrap: on
line diff
--- a/frontends/roundup.cgi Mon Feb 25 11:25:38 2013 +0530 +++ b/frontends/roundup.cgi Thu Mar 07 09:49:50 2013 +0100 @@ -222,7 +222,7 @@ out.write(cgitb.breaker()) ts = time.ctime() out.write('''<p>%s: An error occurred. Please check - the server log for more infomation.</p>'''%ts) + the server log for more information.</p>'''%ts) print >> sys.stderr, 'EXCEPTION AT', ts traceback.print_exc(0, sys.stderr)
