aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
commitc01715d49064110d9ed7236d1f02ed2a0418cfdc (patch)
treee298e5cb417b5fb83f277dc8d77e70e040d7c477 /src/piesctl.c
parent85563afeac954a50de7e4c207f43b57a4e63e474 (diff)
downloadpies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.gz
pies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.bz2
Version 1.3.92
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.