File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ parsing the code.
376376The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
377377Actually, it is recommended to not give all include paths.
378378While 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
380380time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
381381types to Cppcheck, see below for more information.
382382
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ parsing the code.
377377The purpose of this behaviour is that Cppcheck is meant to work without necessarily seeing the entire code.
378378Actually, it is recommended to not give all include paths.
379379While 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
381381time. For such cases, .cfg files are the preferred way to provide information about the implementation of functions and
382382types to Cppcheck, see below for more information.
383383
You can’t perform that action at this time.
0 commit comments