reporting_user_guide.md: Typo fix in command

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
diff --git a/coverage-tool/docs/reporting_user_guide.md b/coverage-tool/docs/reporting_user_guide.md
index 7c0deea..1229b62 100644
--- a/coverage-tool/docs/reporting_user_guide.md
+++ b/coverage-tool/docs/reporting_user_guide.md
@@ -241,7 +241,7 @@
 ## Report
 LCOV uses **info** files to produce a HTML report; hence to convert the intermediate json file to **info** file:
 ```bash
-$ python3 generate_info_file.py --workspace <Workspace where the C source folder structure resides> --json <Intermediate json file> [--info <patht and filename for the info file>]
+$ python3 generate_info_file.py --workspace <Workspace where the C source folder structure resides> --json <Intermediate json file> [--info <path and filename for the info file>]
 ```
 As was mentioned, the *workspace* option tells the program where to look for the source files thus is a requirement that the local workspace is populated.