Fix spelling error: explicitely -> explicitly

This commit is contained in:
Reijo Tomperi 2011-12-10 22:58:45 +02:00
parent 04159b81b8
commit 11242e4045
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -175,7 +175,7 @@ Example: -DDEBUG=1 -D__cplusplus</para>
<varlistentry>
<term><option>-U&lt;id&gt;</option></term>
<listitem>
<para>By default Cppcheck checks all configurations. Use '-U' to explicitely hide certain #ifdef &lt;id&gt; code paths from checking.
<para>By default Cppcheck checks all configurations. Use '-U' to explicitly hide certain #ifdef &lt;id&gt; code paths from checking.
Example: '-UDEBUG'</para>
</listitem>
</varlistentry>