From 4a4e8a7d3bab177aa446e8b0fd4de2c41bf5298d Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 20 Apr 2018 18:35:42 +0200 Subject: [PATCH] Fix spelling in Makefile.common. (#4105) Signed-off-by: Ben Kochie --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index eee61d5d2d..353494c065 100644 --- a/Makefile.common +++ b/Makefile.common @@ -19,7 +19,7 @@ # Create the main Makefile in the root project directory. # include Makefile.common # customTarget: -# @echo ">> Runnig customTarget" +# @echo ">> Running customTarget" # # Ensure GOBIN is not set during build so that promu is installed to the correct path