summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'setquota.c')
-rw-r--r--setquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setquota.c b/setquota.c
index 73d9b6c..c104b31 100644
--- a/setquota.c
+++ b/setquota.c
@@ -184,7 +184,7 @@ static void parse_options(int argcnt, char **argstr)
usage();
}
if (flags & FL_PROTO && flags & FL_GRACE) {
- errstr(_("Prototype user has no sense when editting grace times.\n"));
+ errstr(_("Prototype user has no sense when editing grace times.\n"));
usage();
}
if (flags & FL_INDIVIDUAL_GRACE && flags & FL_GRACE) {