~ruther/qmk_firmware

925b65b7d0f6538d8ec410d9b1c285a178057bf1 — Kyle Brown 7 years ago 619b5d1
Update message.mk (#3602)

Fixed typo
1 files changed, 1 insertions(+), 1 deletions(-)

M message.mk
M message.mk => message.mk +1 -1
@@ 55,7 55,7 @@ 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$(NO_COLOR)