From d379ebed2df3e2710d8f5e36857b1a532dde837a Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 30 Mar 2015 16:41:53 +0200 Subject: [PATCH] Fixed typos. No functional changes. [ci-skip] --- cmake/printInfo.cmake | 4 ++-- man/manual.docbook | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/printInfo.cmake b/cmake/printInfo.cmake index c5855d39c..309e60cc5 100644 --- a/cmake/printInfo.cmake +++ b/cmake/printInfo.cmake @@ -41,7 +41,7 @@ endif() if(${ANALYZE_ADDRESS}) message("##########################################################") - message(STATUS "For better visualitation change enviroment variable: ASAN_SYMBOLIZER_PATH=/path/to/llvm-symbolizer") - message(STATUS "Detect memory leaks, change enviroment variable: ASAN_OPTIONS=\"detect_leaks=1\"") + message(STATUS "For better visualization change environment variable: ASAN_SYMBOLIZER_PATH=/path/to/llvm-symbolizer") + message(STATUS "Detect memory leaks, change environment variable: ASAN_OPTIONS=\"detect_leaks=1\"") message("##########################################################") endif() diff --git a/man/manual.docbook b/man/manual.docbook index 116bcff47..56d722072 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -1053,14 +1053,14 @@ Checking useretval.c... <define name="NULL_VALUE" value="0"/> </def> - Each occurence of "NULL_VALUE" in the code would then be replaced + Each occurrence of "NULL_VALUE" in the code would then be replaced by "0" at preprocessor stage.
podtype - Lots of code relies on typedefs providing platform independant + Lots of code relies on typedefs providing platform independent types. "podtype"-tags can be used to provide necessary information to cppcheck to support them. Without further information, cppcheck does not understand the type "uint16_t" in the following example: