Add missing ws seperator between words
This is to add missing ws seperator between words.
Change-Id: I686ac43070c783de7e7c7704351558d471531f1a
diff --git a/patrole_tempest_plugin/config.py b/patrole_tempest_plugin/config.py
index 90d5fba..62337f7 100644
--- a/patrole_tempest_plugin/config.py
+++ b/patrole_tempest_plugin/config.py
@@ -117,7 +117,7 @@
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."),
]