aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.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 /expand.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 'expand.cpp')
-rw-r--r--expand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.cpp b/expand.cpp
index d2c58f3c..f0f3c7fc 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -1328,7 +1328,7 @@ static int expand_cmdsubst( parser_t &parser, const wcstring &input, std::vector
case -1:
parser.error( SYNTAX_ERROR,
-1,
- L"Mismatched parans" );
+ L"Mismatched parenthesis" );
return 0;
case 0:
outList.push_back(completion_t(input));