From c5ff68fa74edabc59323989159ea02bd59f3608c Mon Sep 17 00:00:00 2001 From: Degen's Regens Date: Mon, 11 Mar 2024 10:53:19 +0100 Subject: [PATCH] Fix typo in manual (#6113) --- man/manual-premium.md | 2 +- man/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/manual-premium.md b/man/manual-premium.md index 91fb023f385..1b73d1990cb 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -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. diff --git a/man/manual.md b/man/manual.md index 8b7447a2a9e..421daf1112f 100644 --- a/man/manual.md +++ b/man/manual.md @@ -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.