spelling fixes doc string and help strings

trivial gramatical spelling fixes

Change-Id: Id066d8ce738196ec25439cbb84361fab19715413
This commit is contained in:
Jon Schlueter 2018-09-12 21:17:31 -04:00 committed by Alex Schultz
parent 6fadfb263c
commit 2b4627d710
3 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ class StandaloneConfig(BaseConfig):
default='',
help=_(
'Path to network config override template.'
'Relative paths get computed inside of of $HOME. '
'Relative paths get computed inside of $HOME. '
'Must be in the json format.'
'Its content overrides anything in t-h-t '
'UndercloudNetConfigOverride. The processed '
@ -186,7 +186,7 @@ class StandaloneConfig(BaseConfig):
default='',
help=_(
'An optional docker \'registry-mirror\' that will '
'beconfigured in /etc/docker/daemon.json.')
'be configured in /etc/docker/daemon.json.')
),
cfg.ListOpt('docker_insecure_registries',
default=[],

View File

@ -842,7 +842,7 @@ def replace_links_in_template_contents(contents, link_replacement):
"""Replace get_file and type file links in Heat template contents
If the string contents passed in is a Heat template, scan the
template for 'get_file' and 'type' occurences, and replace the
template for 'get_file' and 'type' occurrences, and replace the
file paths according to link_replacement dict. (Key/value in
link_replacement are from/to, respectively.)
@ -868,7 +868,7 @@ def replace_links_in_template_contents(contents, link_replacement):
def replace_links_in_template(template_part, link_replacement):
"""Replace get_file and type file links in a Heat template
Scan the template for 'get_file' and 'type' occurences, and
Scan the template for 'get_file' and 'type' occurrences, and
replace the file paths according to link_replacement
dict. (Key/value in link_replacement are from/to, respectively.)
"""

View File

@ -859,7 +859,7 @@ class Deploy(command.Command):
'--heat-user', metavar='<HEAT_USER>',
dest='heat_user',
default='heat',
help=_('User to execute the non-priveleged heat-all process. '
help=_('User to execute the non-privileged heat-all process. '
'Defaults to heat.')
)
# TODO(cjeanner) drop that once using oslo.privsep