summaryrefslogtreecommitdiff
path: root/quotaops.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-03-31 11:48:02 +0000
committerjkar8572 <jkar8572>2005-03-31 11:48:02 +0000
commit48e25f93f40a71786df4598fc9ca038779cda979 (patch)
treeee17e1e568102e5f0db8d668a29003bb080e2d52 /quotaops.c
parenta3e6ab429f0e3c126234240689bd8c6c725d8ef2 (diff)
Various tools fixes (manpages, quotacheck, NFSv4) (Jan Kara)
Diffstat (limited to 'quotaops.c')
-rw-r--r--quotaops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/quotaops.c b/quotaops.c
index f699f3d..8bb2999 100644
--- a/quotaops.c
+++ b/quotaops.c
@@ -34,7 +34,7 @@
#ident "$Copyright: (c) 1980, 1990 Regents of the University of California. $"
#ident "$Copyright: All rights reserved. $"
-#ident "$Id: quotaops.c,v 1.15 2004/08/26 15:38:10 jkar8572 Exp $"
+#ident "$Id: quotaops.c,v 1.16 2005/03/31 11:48:02 jkar8572 Exp $"
#include <rpc/rpc.h>
#include <sys/types.h>
@@ -503,7 +503,7 @@ format_err:
goto format_err;
if (str2timeunits(btime, bunits, &bseconds) < 0) {
units_err:
- errstr(_("Bad time units. Units are 'second', 'minute', 'hour' and 'day'.\n"));
+ errstr(_("Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"));
return -1;
}
bseconds += now;
@@ -639,7 +639,7 @@ int readtimes(struct quota_handle **handles, int infd)
#endif
if (str2timeunits(btime, bunits, &bseconds) < 0 ||
str2timeunits(itime, iunits, &iseconds) < 0) {
- errstr(_("Bad time units. Units are 'second', 'minute', 'hour' and 'day'.\n"));
+ errstr(_("Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"));
return -1;
}
for (i = 0; handles[i]; i++) {