summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/makedbm
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/ypserv/makedbm
parentd52d2a91f8f9d50fb2d1808605d21183d18a3d90 (diff)
`elminate' etc. is not really the right way to spell `eliminate'.
ok brad
Diffstat (limited to 'usr.sbin/ypserv/makedbm')
-rw-r--r--usr.sbin/ypserv/makedbm/makedbm.c6
1 files changed, 3 insertions, 3 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 ! */