diff --git a/diskimage_builder/block_device/config.py b/diskimage_builder/block_device/config.py index 57f46eabf..29d2f5ab9 100644 --- a/diskimage_builder/block_device/config.py +++ b/diskimage_builder/block_device/config.py @@ -74,7 +74,7 @@ def recurse_config(config, parent_base=None): else: this['name'] = values['name'] - # Go through the the values dictionary. Either this is a "plugin" + # Go through the values dictionary. Either this is a "plugin" # key that needs to be recursed, or it is a value that is part of # this config entry. for nk, nv in values.items():