summaryrefslogtreecommitdiff
path: root/usr.bin/chpass/pw_yp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
commitf2ce411926eab7a23be6e11274d0f8677610014a (patch)
treee366d0db22af7390ae0b587ce68914aa611343cd /usr.bin/chpass/pw_yp.c
parentabbac7377fe6d17c12b44669a7353b457ef448bb (diff)
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'usr.bin/chpass/pw_yp.c')
-rw-r--r--usr.bin/chpass/pw_yp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c
index cbf75b23baa..4c084f1c416 100644
--- a/usr.bin/chpass/pw_yp.c
+++ b/usr.bin/chpass/pw_yp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pw_yp.c,v 1.14 2002/05/29 09:23:25 deraadt Exp $ */
+/* $OpenBSD: pw_yp.c,v 1.15 2002/06/04 00:09:08 deraadt Exp $ */
/* $NetBSD: pw_yp.c,v 1.5 1995/03/26 04:55:33 glass Exp $ */
/*
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)pw_yp.c 1.0 2/2/93";
#else
-static char rcsid[] = "$OpenBSD: pw_yp.c,v 1.14 2002/05/29 09:23:25 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: pw_yp.c,v 1.15 2002/06/04 00:09:08 deraadt Exp $";
#endif
#endif /* not lint */
@@ -109,7 +109,7 @@ pw_yp(pw, uid)
}
/*
- * Be sure the port is priviledged
+ * Be sure the port is privileged
*/
if (rpcport >= IPPORT_RESERVED) {
(void)fprintf(stderr,