--- lib/PXElator/dhcpd.pm 2009/09/12 22:18:34 423 +++ lib/PXElator/dhcpd.pm 2009/09/13 09:10:46 424 @@ -181,7 +181,7 @@ if ($messagetype eq DHCPDISCOVER()) { $packet->{Comment} = $dhcp->comment(); $packet->{DHO_DHCP_MESSAGE_TYPE()} = DHCPOFFER(); - @type = qw( discover offser ); + @type = qw( discover offer ); } elsif ($messagetype eq DHCPREQUEST()) { @type = qw( request ); my $requested_ip = $dhcp->getOptionValue(DHO_DHCP_REQUESTED_ADDRESS()) || $dhcp->ciaddr();