fixed typo

This commit is contained in:
Curt Hash 2009-10-15 09:48:09 -06:00
parent f19f096082
commit 65ceacf3ac
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if q is not None:
print '</table>'
except Exception:
print '<p class="error">Invlaid query: %s</p>' % q
print '<p class="error">Invalid query: %s</p>' % q
else:
print 'Content-Type: text/html\n'