Unimportant typo in a comment
[invirt/packages/invirt-dhcp.git] / invirt-dhcpserver
index 1541e27..e803ecd 100755 (executable)
@@ -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