summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-11-10 20:44:08 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-11-10 20:44:08 +0000
commit692f24d9c2b538d9e0cde74f8454eb56d16f2cb1 (patch)
treee1a99d139eb5134b33ce81199ed06d5ee5a88230 /usr.sbin
parentd52d2a91f8f9d50fb2d1808605d21183d18a3d90 (diff)
`elminate' etc. is not really the right way to spell `eliminate'.
ok brad
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ypserv/makedbm/makedbm.c6
-rw-r--r--usr.sbin/ypserv/mkalias/mkalias.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ypserv/makedbm/makedbm.c b/usr.sbin/ypserv/makedbm/makedbm.c
index 2a80f283d46..e6af1cd5562 100644
--- a/usr.sbin/ypserv/makedbm/makedbm.c
+++ b/usr.sbin/ypserv/makedbm/makedbm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: makedbm.c,v 1.26 2006/04/03 05:01:22 deraadt Exp $ */
+/* $OpenBSD: makedbm.c,v 1.27 2006/11/10 20:44:07 mk Exp $ */
/*
* Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se>
@@ -27,7 +27,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: makedbm.c,v 1.26 2006/04/03 05:01:22 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: makedbm.c,v 1.27 2006/11/10 20:44:07 mk Exp $";
#endif
#include <stdio.h>
@@ -194,7 +194,7 @@ create_database(char *infile, char *database, char *yp_input_file,
if (slash != NULL)
slash[1] = 0; /* truncate to dir */
else
- *database = 0; /* elminate */
+ *database = 0; /* eliminate */
/* note: database is now directory where map goes ! */
diff --git a/usr.sbin/ypserv/mkalias/mkalias.c b/usr.sbin/ypserv/mkalias/mkalias.c
index 93bc4882f6b..bbe0e04005e 100644
--- a/usr.sbin/ypserv/mkalias/mkalias.c
+++ b/usr.sbin/ypserv/mkalias/mkalias.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkalias.c,v 1.17 2006/04/03 05:01:22 deraadt Exp $ */
+/* $OpenBSD: mkalias.c,v 1.18 2006/11/10 20:44:07 mk Exp $ */
/*
* Copyright (c) 1997 Mats O Jansson <moj@stacken.kth.se>
@@ -27,7 +27,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: mkalias.c,v 1.17 2006/04/03 05:01:22 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: mkalias.c,v 1.18 2006/11/10 20:44:07 mk Exp $";
#endif
#include <ctype.h>
@@ -209,7 +209,7 @@ main(int argc, char *argv[])
if (slash != NULL)
slash[1] = 0; /* truncate to dir */
else
- *output = 0; /* elminate */
+ *output = 0; /* eliminate */
/* note: output is now directory where map goes ! */