From 65ceacf3acc3342c552e935e584634842e663658 Mon Sep 17 00:00:00 2001 From: Curt Hash Date: Thu, 15 Oct 2009 09:48:09 -0600 Subject: [PATCH] fixed typo --- puzzles/webapp/80/8.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'