From: Jeremy Reed Date: Mon, 30 Mar 2009 18:28:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v4_2_0a1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b3a140463ae2da8c891f1cbd86820f78da0c92;p=thirdparty%2Fdhcp.git Fix typo. (reported via contact form from Aleksander mealstrom@ukr.net.) Bug: #19536 --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index 1ddd62f2b..e5eec88e4 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -28,7 +28,7 @@ .\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see .\" ``http://www.nominum.com''. .\" -.\" $Id: dhcpd.conf.5,v 1.102 2009/03/24 16:56:15 jreed Exp $ +.\" $Id: dhcpd.conf.5,v 1.103 2009/03/30 18:28:55 jreed Exp $ .\" .TH dhcpd.conf 5 .SH NAME @@ -1027,7 +1027,7 @@ class "jr-cable-modems" { } class "dv-dsl-modems" { - match if opton dhcp-vendor-identifier = "dvdsl"; + match if option dhcp-vendor-identifier = "dvdsl"; spawn with option agent.circuit-id; lease limit 16; }