summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-06-13 08:47:57 +0000
committerjmc <jmc@openbsd.org>2006-06-13 08:47:57 +0000
commitdbf56ab04f01fbb6650ca58b8c071c5fa6dfe763 (patch)
tree5368ad74a2bc0b8162c8dcf362c0a3d0629f7635
parentGrammar fixes, both mdoc & english. (diff)
downloadwireguard-openbsd-dbf56ab04f01fbb6650ca58b8c071c5fa6dfe763.tar.xz
wireguard-openbsd-dbf56ab04f01fbb6650ca58b8c071c5fa6dfe763.zip
typo; from sstull
ok ckuethe
-rw-r--r--usr.sbin/dhcpd/confpars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/confpars.c b/usr.sbin/dhcpd/confpars.c
index 36eaf118bd6..ab8eee3b979 100644
--- a/usr.sbin/dhcpd/confpars.c
+++ b/usr.sbin/dhcpd/confpars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: confpars.c,v 1.14 2006/04/18 19:18:32 deraadt Exp $ */
+/* $OpenBSD: confpars.c,v 1.15 2006/06/13 08:47:57 jmc Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
@@ -112,7 +112,7 @@ read_leases(void)
warning("Can't open lease database %s: %m -- %s",
path_dhcpd_db,
"check for failed database rewrite attempt!");
- warning("Please read the dhcpd.leases manual page if you.");
+ warning("Please read the dhcpd.leases manual page if you");
error("don't know what to do about this.");
}