replace "configuation" with "configuration"
replace "assigment" with "assignment"

Change-Id: Icd4735ffbdea14997557f8db0566cb190027101b
This commit is contained in:
baiwenteng 2018-06-12 11:35:29 +08:00
parent 39939708b7
commit 66b8d58ee8
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ parameters:
type: number
default: 30
description: |
Maximum amount of time to possibly to delay configuation collection
Maximum amount of time to possibly to delay configuration collection
polling. Defaults to 30 seconds. Set to 0 to disable it which will cause
the configuration collection to occur as soon as the collection process
starts. This setting is used to prevent the configuration collection

View File

@ -142,7 +142,7 @@ def process_templates(template_path, role_data_path, output_dir,
# NOTE(flaper87): Ignore hidden dirs as we don't
# generate templates for those.
# Note the slice assigment for `dirs` is necessary
# Note the slice assignment for `dirs` is necessary
# because we need to modify the *elements* in the
# dirs list rather than the reference to the list.
# This way we'll make sure os.walk will iterate over