From c8091609069ae99293268c0f8bc77502b72c099d Mon Sep 17 00:00:00 2001
From: chenxiangui <chenxiangui@inspur.com>
Date: Tue, 19 Jun 2018 17:57:34 +0800
Subject: [PATCH] Remove redundant word

Remove the redundant word 'the' in config.py

Change-Id: I3e9cb6390ce196f0a9022aef10f6c7b1ace36c48
---
 diskimage_builder/block_device/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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():