summaryrefslogtreecommitdiff
path: root/cloudinit/filters
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/filters')
-rw-r--r--cloudinit/filters/launch_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/filters/launch_index.py b/cloudinit/filters/launch_index.py
index 4299fb46..5bebd318 100644
--- a/cloudinit/filters/launch_index.py
+++ b/cloudinit/filters/launch_index.py
@@ -44,7 +44,7 @@ class Filter(object):
return True
def _do_filter(self, message):
- # Don't use walk() here since we want to do the reforming of the
+ # Don't use walk() here since we want to do the reforming of the
# messages ourselves and not flatten the message listings...
if not self._select(message):
return None