diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
commit | f2ce411926eab7a23be6e11274d0f8677610014a (patch) | |
tree | e366d0db22af7390ae0b587ce68914aa611343cd /usr.sbin/edquota | |
parent | abbac7377fe6d17c12b44669a7353b457ef448bb (diff) |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'usr.sbin/edquota')
-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 56e7a38a54b..9880fa003b9 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -42,7 +42,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.32 2002/05/29 09:47:20 deraadt Exp $"; +static char *rcsid = "$Id: edquota.c,v 1.33 2002/06/04 00:09:08 deraadt Exp $"; #endif /* not lint */ /* @@ -355,7 +355,7 @@ putprivs(id, quotatype, quplist) } /* - * Take a list of priviledges and get it edited. + * Take a list of privileges and get it edited. */ int editit(tmpfile) |