diff options
author | 2006-06-13 08:47:57 +0000 | |
---|---|---|
committer | 2006-06-13 08:47:57 +0000 | |
commit | dbf56ab04f01fbb6650ca58b8c071c5fa6dfe763 (patch) | |
tree | 5368ad74a2bc0b8162c8dcf362c0a3d0629f7635 | |
parent | Grammar fixes, both mdoc & english. (diff) | |
download | wireguard-openbsd-dbf56ab04f01fbb6650ca58b8c071c5fa6dfe763.tar.xz wireguard-openbsd-dbf56ab04f01fbb6650ca58b8c071c5fa6dfe763.zip |
typo; from sstull
ok ckuethe
-rw-r--r-- | usr.sbin/dhcpd/confpars.c | 4 |
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."); } |