summaryrefslogtreecommitdiff
path: root/repquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'repquota.c')
-rw-r--r--repquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/repquota.c b/repquota.c
index 1981102..e193b32 100644
--- a/repquota.c
+++ b/repquota.c
@@ -105,7 +105,7 @@ static void parse_options(int argcnt, char **argstr)
usage();
}
if (fmt == QF_RPC) {
- fputs(_("Repquota can't report through RPC calls.\n"), stderr);
+ fputs(_("Repquota cannot report through RPC calls.\n"), stderr);
exit(1);
}
if (flags & FL_NONAME && flags & FL_TRUNCNAMES) {