diff --git a/waagent b/waagent index e677c5b..d366f43 100644 --- a/waagent +++ b/waagent @@ -589,7 +589,7 @@ class AbstractDistro(object): def stopDHCP(self): """ - Stop the system DHCP client so that tha agent can bind on its port. If + Stop the system DHCP client so that the agent can bind on its port. If the distro has set dhcp_enabled to True, it will need to provide an implementation of this method. """