From 2b34b6cf13d6372e32e3c11d3a9b435c8cca8716 Mon Sep 17 00:00:00 2001 From: c8y3 <25362953+c8y3@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:12:35 +0100 Subject: [PATCH] Fixed small typo in help --- build/static_checks.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/static_checks.Makefile b/build/static_checks.Makefile index ca77d5b0..1999cdf0 100644 --- a/build/static_checks.Makefile +++ b/build/static_checks.Makefile @@ -67,7 +67,7 @@ cppcheck: | $(RESULTS_REPORT_DIR) $(V) $(CPPCHECK) -I $(CONFIG_INCLUDEDIR) $(SRC_DIR) 2> $(RESULTS_REPORT_DIR)/cppcheck.xml help:: - $(info sloccount Runs cppcheck) + $(info cppcheck Runs cppcheck) .PHONY: customcheck