From ca32dd41cd2876785b1acdb6a7633d5887e63391 Mon Sep 17 00:00:00 2001 From: melissaml <ma.lei@99cloud.net> Date: Fri, 17 Aug 2018 15:14:06 +0800 Subject: [PATCH] Remove the duplicated word Change-Id: I21d8d9b53feab2f101bbd7910fc64750ca5f5990 --- ironic/conf/pxe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/conf/pxe.py b/ironic/conf/pxe.py index 1a2454327d..7e00dfc1b4 100644 --- a/ironic/conf/pxe.py +++ b/ironic/conf/pxe.py @@ -95,7 +95,7 @@ opts = [ cfg.StrOpt('pxe_config_subdir', default='pxelinux.cfg', help=_('Directory in which to create symbolic links which ' - 'represent the MAC or IP address of the the ports on ' + 'represent the MAC or IP address of the ports on ' 'a node and allow boot loaders to load the PXE ' 'file for the node. This directory name is relative ' 'to the PXE or iPXE folders.')),