aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index aa983ee..ed30b65 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -1274,7 +1274,7 @@ pcond_parse_unary (struct cmdline_parser_state *state, struct json_value **ret)
pcond_parse_or (state, ret);
term = next_token (state);
if (!term || term[0] != ')')
- parse_error ("%s", _("unbalanced parentesis"));
+ parse_error ("%s", _("unbalanced parenthesis"));
}
else
parse_error (_("parse error at %s"), term);

Return to:

Send suggestions and report system problems to the System administrator.