Remove the duplicated word

Change-Id: I21d8d9b53feab2f101bbd7910fc64750ca5f5990
This commit is contained in:
melissaml 2018-08-17 15:14:06 +08:00
parent d792111b46
commit ca32dd41cd

View File

@ -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.')),