Add missing ws seperator between words

This is to add missing ws seperator between words.

Change-Id: I686ac43070c783de7e7c7704351558d471531f1a
This commit is contained in:
zhufl 2018-11-19 14:35:27 +08:00
parent 8f0f407c33
commit b5d01cc3b5
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ PatroleLogGroup = [
cfg.StrOpt('report_log_path',
default='.',
help="Path (relative or absolute) where the output from "
"'enable_reporting' is logged. This is combined with"
"'enable_reporting' is logged. This is combined with "
"report_log_name to generate the full path."),
]