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