From 9483ea419826d87f4f031ad228a14feaccc587c5 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 18 Jan 2022 11:46:34 +0100 Subject: [PATCH] Fixed typo in CLI output. --- cli/cmdlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index e3970119d..757583bc9 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1041,7 +1041,7 @@ void CmdLineParser::printHelp() " * information\n" " Enable information messages\n" " * unusedFunction\n" - " Check for unused functions. It is recommend\n" + " Check for unused functions. It is recommended\n" " to only enable this when the whole program is\n" " scanned.\n" " * missingInclude\n"