From 2bf0733f2f07804fbdc6c5f3efbd06d6c0e0ffa7 Mon Sep 17 00:00:00 2001 From: Mitchell E Berger Date: Fri, 25 May 2018 03:29:49 -0400 Subject: [PATCH] Unimportant typo in a comment --- invirt-dhcpserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5