From 0719a57ca8a81edcaf47b2246d5e9cb4b81d8326 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 6 Mar 2023 12:25:07 +0200 Subject: [PATCH] cli: correct typo in help message (#4862) --- cli/cmdlineparser.cpp | 2 +- man/cppcheck.1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 0d3079b8e..f0bd49b74 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1104,7 +1104,7 @@ void CmdLineParser::printHelp() " A file that contains a list of config-excludes\n" " --disable= Disable individual checks.\n" " Please refer to the documentation of --enable=\n" - " for futher details.\n" + " for further details.\n" " --dump Dump xml data for each translation unit. The dump\n" " files have the extension .dump and contain ast,\n" " tokenlist, symboldatabase, valueflow.\n" diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index bea2a2809..dd968ed26 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -280,7 +280,7 @@ Example: '-UDEBUG' - Disable individual checks. Please refer to the documentation of --enable=<id> for futher details. + Disable individual checks. Please refer to the documentation of --enable=<id> for further details.