From 2cecdf812a4d00ae243bc25bbb8fe5d2b14989a4 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Wed, 29 Apr 2015 09:02:35 +0200 Subject: [PATCH] Typo in waagent --- waagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """