From 5f0634905cae5c754161733be8f408763971938c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 21 Jun 2016 11:31:11 -0400 Subject: fix english in comment --- cloudinit/net/eni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/net/eni.py b/cloudinit/net/eni.py index 1c66319a..5f33e177 100644 --- a/cloudinit/net/eni.py +++ b/cloudinit/net/eni.py @@ -400,7 +400,7 @@ class Renderer(renderer.Renderer): content = "" # handle 'lo' specifically as we need to insert the global dns entries - # there (as that is the only interface) that will be always up. + # there (as that is the only interface that will be always up). lo = {'name': 'lo', 'type': 'physical', 'inet': 'inet', 'subnets': [{'type': 'loopback', 'control': 'auto'}]} for iface in network_state.iter_interfaces(): -- cgit v1.2.3