Skip to content

Commit

Permalink
Fix typo in manual (danmar#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
samopolacek committed Mar 11, 2024
1 parent 6542816 commit c5ff68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/manual-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ parsing the code.
The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
Actually, it is recommended to not give all include paths.
While it is useful for Cppcheck to see the declaration of a class when checking the implementation of its members,
passing standard library headers is discouraged, because the analysis will not wor fully and lead to a longer checking
passing standard library headers is discouraged, because the analysis will not work fully and lead to a longer checking
time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
types to Cppcheck, see below for more information.

Expand Down
2 changes: 1 addition & 1 deletion man/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ parsing the code.
The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
Actually, it is recommended to not give all include paths.
While it is useful for Cppcheck to see the declaration of a class when checking the implementation of its members,
passing standard library headers is discouraged, because the analysis will not wor fully and lead to a longer checking
passing standard library headers is discouraged, because the analysis will not work fully and lead to a longer checking
time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
types to Cppcheck, see below for more information.

Expand Down

0 comments on commit c5ff68f

Please sign in to comment.