From 1f83c014d53e94d00b07991a9a951ce263043620 Mon Sep 17 00:00:00 2001 From: Benjamin Fovet Date: Tue, 4 Apr 2017 01:40:37 +0200 Subject: [PATCH] Remove redundant word in --library description (#886) --- cli/cmdlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 9a2509985..ff24635b8 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -913,7 +913,7 @@ void CmdLineParser::PrintHelp() " language. Valid values are: c, c++\n" " --library= Load file that contains information about types\n" " and functions. With such information Cppcheck\n" - " understands your your code better and therefore you\n" + " understands your code better and therefore you\n" " get better results. The std.cfg file that is\n" " distributed with Cppcheck is loaded automatically.\n" " For more information about library files, read the\n"