Skip to content

Commit 4a8ced2

Browse files
committed
Fix typo
1 parent ad352da commit 4a8ced2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cmdlineparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
165165
mSettings->maxCtuDepth = std::atoi(argv[i] + 16);
166166

167167
else if (std::strcmp(argv[i], "--experimental-fast") == 0)
168-
// TODO: Reomve this flag!
168+
// TODO: Remove this flag!
169169
;
170170

171171
// (Experimental) exception handling inside cppcheck client

0 commit comments

Comments
 (0)