Skip to content

Commit c5ff68f

Browse files
authored
Fix typo in manual (#6113)
1 parent 6542816 commit c5ff68f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

man/manual-premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ parsing the code.
376376
The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
377377
Actually, it is recommended to not give all include paths.
378378
While it is useful for Cppcheck to see the declaration of a class when checking the implementation of its members,
379-
passing standard library headers is discouraged, because the analysis will not wor fully and lead to a longer checking
379+
passing standard library headers is discouraged, because the analysis will not work fully and lead to a longer checking
380380
time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
381381
types to Cppcheck, see below for more information.
382382

man/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ parsing the code.
377377
The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
378378
Actually, it is recommended to not give all include paths.
379379
While it is useful for Cppcheck to see the declaration of a class when checking the implementation of its members,
380-
passing standard library headers is discouraged, because the analysis will not wor fully and lead to a longer checking
380+
passing standard library headers is discouraged, because the analysis will not work fully and lead to a longer checking
381381
time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
382382
types to Cppcheck, see below for more information.
383383

0 commit comments

Comments
 (0)