Skip to content

Commit 2cd4746

Browse files
committed
Typo.
1 parent 1bdf9c5 commit 2cd4746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmdLineParser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ inline void setup(struct should &Options, cmdLineArgs)
257257
{
258258
std::cout << "CLI_Timer version: 1.13.2.2\n\n";
259259
std::cout << "Removed `using namespace std;`" << std::endl;
260-
std::cout << "Removed chack for 1 arg in main" << std::endl;
260+
std::cout << "Removed check for 1 arg in main" << std::endl;
261261

262262
exit(EXIT_SUCCESS);
263263
}

0 commit comments

Comments
 (0)