summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
diff options
context:
space:
mode:
authorDominic Schlegel <dominic.schlegel@hostpoint.ch>2019-10-16 13:49:43 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-10-16 13:49:43 +0000
commit26e1f063677d974ab3b1a48e010e732a538b9a8d (patch)
tree7b4148e91f72224ddbf530aa07368872c0638d6e /cloudinit/stages.py
parent823708ea031290c864e3aef67f60f6eb495f281d (diff)
downloadcloud-init-git-26e1f063677d974ab3b1a48e010e732a538b9a8d.tar.gz
Small typo fixes in code comments.
Diffstat (limited to 'cloudinit/stages.py')
-rw-r--r--cloudinit/stages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 50129884..77c21de0 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -501,7 +501,7 @@ class Init(object):
# Init the handlers first
for (_ctype, mod) in c_handlers.items():
if mod in c_handlers.initialized:
- # Avoid initing the same module twice (if said module
+ # Avoid initiating the same module twice (if said module
# is registered to more than one content-type).
continue
handlers.call_begin(mod, data, frequency)