diff --git a/gertty/search/parser.py b/gertty/search/parser.py index e2a5d71..f2b2562 100644 --- a/gertty/search/parser.py +++ b/gertty/search/parser.py @@ -48,7 +48,7 @@ def SearchParser(): elif p[2] == 'or': p[0] = or_(p[1], p[3]) else: - raise SyntaxErro() + raise SyntaxError() def p_negative_expr(p): '''negative_expr : NOT expression