summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-21 11:31:11 -0400
committerScott Moser <smoser@ubuntu.com>2016-06-21 11:31:11 -0400
commitf54d504f31e8065a4e71d66701b2372dd67e271e (patch)
treee5d082c5f5ee99625c42fd3273c1334269231d70
parente3e894e11eaf80e7ba5b00372f8a4f7a1a6ffe69 (diff)
downloadcloud-init-f54d504f31e8065a4e71d66701b2372dd67e271e.tar.gz
fix english in comment
-rw-r--r--cloudinit/net/eni.py2
1 files changed, 1 insertions, 1 deletions
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():