File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ void CmdLineParser::PrintHelp()
702702 " checking is limited to the given configuration.\n "
703703 " Example: '-DDEBUG=1 -D__cplusplus'.\n "
704704 " -U<ID> By default Cppcheck checks all configurations.\n "
705- " Use '-U' to explicitely hide certain #ifdef <ID> code\n "
705+ " Use '-U' to explicitly hide certain #ifdef <ID> code\n "
706706 " paths from checking.\n "
707707 " Example: '-UDEBUG'\n "
708708 " --enable=<id> Enable additional checks. The available ids are:\n "
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Example: -DDEBUG=1 -D__cplusplus</para>
175175 <varlistentry >
176176 <term ><option >-U< id> </option ></term >
177177 <listitem >
178- <para >By default Cppcheck checks all configurations. Use '-U' to explicitely hide certain #ifdef < id> code paths from checking.
178+ <para >By default Cppcheck checks all configurations. Use '-U' to explicitly hide certain #ifdef < id> code paths from checking.
179179Example: '-UDEBUG'</para >
180180 </listitem >
181181 </varlistentry >
You can’t perform that action at this time.
0 commit comments