summaryrefslogtreecommitdiffstats
path: root/usr.sbin/edquota
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-03-09 18:26:42 +0000
committertedu <tedu@openbsd.org>2004-03-09 18:26:42 +0000
commit8baa0aa1de1cbae0af368a7bb851ef5a85be92c0 (patch)
treeedab36b74a56aebbf473e980ddf8096670d5edff /usr.sbin/edquota
parentsync (diff)
downloadwireguard-openbsd-8baa0aa1de1cbae0af368a7bb851ef5a85be92c0.tar.xz
wireguard-openbsd-8baa0aa1de1cbae0af368a7bb851ef5a85be92c0.zip
type, Marek Blaszkowski
Diffstat (limited to 'usr.sbin/edquota')
-rw-r--r--usr.sbin/edquota/edquota.c4
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;
}
}