diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-21 11:31:11 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-21 11:31:11 -0400 |
commit | 5f0634905cae5c754161733be8f408763971938c (patch) | |
tree | e5d082c5f5ee99625c42fd3273c1334269231d70 /cloudinit/net/eni.py | |
parent | fd816e7e1f9c48d7ab89958f6eee7677fb310932 (diff) | |
download | vyos-cloud-init-5f0634905cae5c754161733be8f408763971938c.tar.gz vyos-cloud-init-5f0634905cae5c754161733be8f408763971938c.zip |
fix english in comment
Diffstat (limited to 'cloudinit/net/eni.py')
-rw-r--r-- | cloudinit/net/eni.py | 2 |
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(): |