]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - message.mk
Comment and organize build_keyboard.mk a bit
[qmk_firmware.git] / message.mk
index f5fb751ed8dd9fc53149ac2243d0b4b20caee86f..30fd0b9db774b762203a411d7a54e3784d144b05 100644 (file)
@@ -55,10 +55,10 @@ MSG_ASSEMBLING = Assembling:
 MSG_CLEANING = Cleaning project:
 MSG_CREATING_LIBRARY = Creating library:
 MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
-       Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\
+       Some git sub-modules are out of date or modified, please consider running:$(BOLD)\n\
         make git-submodule\n\
        You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\
-       or if you have modified the ChibiOS libraries yourself. \n\n
+       or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR)
 MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)
 
 define GENERATE_MSG_MAKE_KB