Skip to content

Commit

Permalink
Fix typo: paranthesis -> parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
James Abbatiello committed Nov 11, 2013
1 parent c5015fa commit f6fe6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexp.cpp
Expand Up @@ -83,7 +83,7 @@ int regexpPreFilter(expr **ppExpr, bool *pAll, trilite_vtab *pTrgVtab, const uns
msg = "Missing bracket in '%s'";
break;
case re2::RE2::ErrorMissingParen:
msg = "Missing paranthesis in '%s'";
msg = "Missing parenthesis in '%s'";
break;
case re2::RE2::ErrorTrailingBackslash:
msg = "Trailing backslash in '%s'";
Expand Down

0 comments on commit f6fe6cc

Please sign in to comment.