From 692f24d9c2b538d9e0cde74f8454eb56d16f2cb1 Mon Sep 17 00:00:00 2001 From: Michael Knudsen Date: Fri, 10 Nov 2006 20:44:08 +0000 Subject: `elminate' etc. is not really the right way to spell `eliminate'. ok brad --- usr.sbin/ypserv/makedbm/makedbm.c | 6 +++--- usr.sbin/ypserv/mkalias/mkalias.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin') 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 @@ -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 @@ -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 @@ -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 @@ -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 ! */ -- cgit v1.2.3