Skip to content

Commit 11242e4

Browse files
committed
Fix spelling error: explicitely -> explicitly
1 parent 04159b8 commit 11242e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

man/cppcheck.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Example: -DDEBUG=1 -D__cplusplus</para>
175175
<varlistentry>
176176
<term><option>-U&lt;id&gt;</option></term>
177177
<listitem>
178-
<para>By default Cppcheck checks all configurations. Use '-U' to explicitely hide certain #ifdef &lt;id&gt; code paths from checking.
178+
<para>By default Cppcheck checks all configurations. Use '-U' to explicitly hide certain #ifdef &lt;id&gt; code paths from checking.
179179
Example: '-UDEBUG'</para>
180180
</listitem>
181181
</varlistentry>

0 commit comments

Comments
 (0)