aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
authorGravatar Colin Woodbury <colingw@gmail.com>2012-07-24 22:39:03 +0900
committerGravatar Colin Woodbury <colingw@gmail.com>2012-07-24 22:39:03 +0900
commiteba75dbc2edd424f22f03eea463d71e135afa3c8 (patch)
treecb1842800b17f40f1dd1b90d022893683723296d /parser.cpp
parent32d2d0f0d028e3f64edc1694d23a8283861a7e6d (diff)
Fixed two small spelling mistakes
- Saw these during normal usage today. "parens" or "parenthesis" was spelled as "parans". Fixed two instances of this to "parenthesis".
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.cpp b/parser.cpp
index 1e462ba7..738bb985 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -2681,7 +2681,7 @@ int parser_t::parser_test_argument( const wchar_t *arg, wcstring *out, const wch
{
error( SYNTAX_ERROR,
offset,
- L"Mismatched parans" );
+ L"Mismatched parenthesis" );
this->print_errors( *out, prefix);
}
free( arg_cpy );