Typo in waagent

This commit is contained in:
Jorrit Schippers
2015-04-29 09:02:35 +02:00
parent a91295560e
commit 2cecdf812a
+1 -1
View File
@@ -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.
"""