diff --git a/puzzles/webapp/80/8.cgi b/puzzles/webapp/80/8.cgi index 4d2a23a..280b5d3 100755 --- a/puzzles/webapp/80/8.cgi +++ b/puzzles/webapp/80/8.cgi @@ -32,7 +32,7 @@ if q is not None: print '' except Exception: - print '
Invlaid query: %s
' % q + print 'Invalid query: %s
' % q else: print 'Content-Type: text/html\n'