summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceNoCloud.py
diff options
context:
space:
mode:
authorDominic Schlegel <dominic.schlegel@hostpoint.ch>2019-10-17 15:00:48 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-10-17 15:00:48 +0000
commita86829d32284ea4842f13035442b1a5127997018 (patch)
tree8ed40ed55e3c50b6e428fb6d1b930cf795efe098 /cloudinit/sources/DataSourceNoCloud.py
parent7e699256b319cdf41e747211763e593a6b5f3393 (diff)
downloadvyos-cloud-init-a86829d32284ea4842f13035442b1a5127997018.tar.gz
vyos-cloud-init-a86829d32284ea4842f13035442b1a5127997018.zip
fix some more typos in comments
Diffstat (limited to 'cloudinit/sources/DataSourceNoCloud.py')
-rw-r--r--cloudinit/sources/DataSourceNoCloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceNoCloud.py b/cloudinit/sources/DataSourceNoCloud.py
index 474773d9..ee748b41 100644
--- a/cloudinit/sources/DataSourceNoCloud.py
+++ b/cloudinit/sources/DataSourceNoCloud.py
@@ -266,7 +266,7 @@ def load_cmdline_data(fill, cmdline=None):
("ds=nocloud-net", sources.DSMODE_NETWORK)]
for idstr, dsmode in pairs:
if parse_cmdline_data(idstr, fill, cmdline):
- # if dsmode was explicitly in the commanad line, then
+ # if dsmode was explicitly in the command line, then
# prefer it to the dsmode based on the command line id
if 'dsmode' not in fill:
fill['dsmode'] = dsmode