diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-09 18:26:43 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-09 18:26:43 +0000 |
commit | 1efdbe5024b861a302bbb40af4e11b94fd4b8f0d (patch) | |
tree | fc35e1aa77926b5dbbaa6930a884d27ad58f49ed /usr.sbin | |
parent | a8ef58fabb025ef43018cb01d8419becf0fb88f0 (diff) |
type, Marek Blaszkowski
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/edquota/edquota.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 0b7c7ad9a93..17f0ab7e668 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -38,7 +38,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: edquota.c,v 1.40 2003/06/26 19:47:08 deraadt Exp $"; +static char *rcsid = "$Id: edquota.c,v 1.41 2004/03/09 18:26:42 tedu Exp $"; #endif /* not lint */ /* @@ -520,7 +520,7 @@ readprivs(struct quotause *quplist, int infd) if (dqblk.dqb_curblocks == qup->dqblk.dqb_curblocks && dqblk.dqb_curinodes == qup->dqblk.dqb_curinodes) break; - warnx("%s: cannot change current allocationn", fsp); + warnx("%s: cannot change current allocation", fsp); break; } } |