Browse code

Fixed typo 'configuring'

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/04/25 08:52:32
Showing 1 changed files
... ...
@@ -233,7 +233,7 @@ func InitDriver(config *Config) error {
233 233
 	// Configure iptables for link support
234 234
 	if config.EnableIptables {
235 235
 		if err := setupIPTables(addrv4, config.InterContainerCommunication, config.EnableIpMasq); err != nil {
236
-			logrus.Errorf("Error configuing iptables: %s", err)
236
+			logrus.Errorf("Error configuring iptables: %s", err)
237 237
 			return err
238 238
 		}
239 239
 		// call this on Firewalld reload