Fix spelling error: explicitely -> explicitly
This commit is contained in:
parent
04159b81b8
commit
11242e4045
|
@ -702,7 +702,7 @@ void CmdLineParser::PrintHelp()
|
|||
" checking is limited to the given configuration.\n"
|
||||
" Example: '-DDEBUG=1 -D__cplusplus'.\n"
|
||||
" -U<ID> By default Cppcheck checks all configurations.\n"
|
||||
" Use '-U' to explicitely hide certain #ifdef <ID> code\n"
|
||||
" Use '-U' to explicitly hide certain #ifdef <ID> code\n"
|
||||
" paths from checking.\n"
|
||||
" Example: '-UDEBUG'\n"
|
||||
" --enable=<id> Enable additional checks. The available ids are:\n"
|
||||
|
|
|
@ -175,7 +175,7 @@ Example: -DDEBUG=1 -D__cplusplus</para>
|
|||
<varlistentry>
|
||||
<term><option>-U<id></option></term>
|
||||
<listitem>
|
||||
<para>By default Cppcheck checks all configurations. Use '-U' to explicitely hide certain #ifdef <id> code paths from checking.
|
||||
<para>By default Cppcheck checks all configurations. Use '-U' to explicitly hide certain #ifdef <id> code paths from checking.
|
||||
Example: '-UDEBUG'</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in New Issue