From: Mitchell E Berger Date: Fri, 25 May 2018 07:29:49 +0000 (-0400) Subject: Unimportant typo in a comment X-Git-Tag: 0.0.8^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/commitdiff_plain/2bf0733f2f07804fbdc6c5f3efbd06d6c0e0ffa7 Unimportant typo in a comment --- diff --git a/invirt-dhcpserver b/invirt-dhcpserver index 1541e27..e803ecd 100755 --- a/invirt-dhcpserver +++ b/invirt-dhcpserver @@ -228,7 +228,7 @@ class DhcpBackend: # We went through the DISCOVER codepath already to populate some # of the packet's parameters. If we renumbered the VM just above, # the packet is set to offer them what they asked for - the old - # address. So, we'll send then a DHCPNACK and they'll come right + # address. So, we'll send them a DHCPNACK and they'll come right # back and be offered the new address. The code above won't be # able to add duplicate routes, won't insert a duplicate DNAT, # and won't ARP again because the routes will exist, so this won't