diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-13 08:47:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-13 08:47:58 +0000 |
commit | 8d2614f716016d92fc724e7344e5b6066059d66e (patch) | |
tree | b90139be0746afd8df636d8de5f5284c3287dbe9 /usr.sbin/dhcpd/confpars.c | |
parent | 3de304b38562bcf12128f2290166acafb883fff2 (diff) |
typo; from sstull
ok ckuethe
Diffstat (limited to 'usr.sbin/dhcpd/confpars.c')
-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."); } |