aboutsummaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorKyle Brown <kdb424@gmail.com>2018-08-09 17:41:07 -0700
committerDrashna Jaelre <drashna@live.com>2018-08-09 17:41:07 -0700
commit925b65b7d0f6538d8ec410d9b1c285a178057bf1 (patch)
treecd7b32462e04b3a54d5b7ef94f42cc36a37ccbae /message.mk
parent619b5d1e6d40c37eb77036158b8f2b99d673e2ba (diff)
downloadqmk_firmware-925b65b7d0f6538d8ec410d9b1c285a178057bf1.tar.gz
qmk_firmware-925b65b7d0f6538d8ec410d9b1c285a178057bf1.zip
Update message.mk (#3602)
Fixed typo
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk
index 1401698dd..30fd0b9db 100644
--- a/message.mk
+++ b/message.mk
@@ -55,7 +55,7 @@ MSG_ASSEMBLING = Assembling:
55MSG_CLEANING = Cleaning project: 55MSG_CLEANING = Cleaning project:
56MSG_CREATING_LIBRARY = Creating library: 56MSG_CREATING_LIBRARY = Creating library:
57MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \ 57MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
58 Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\ 58 Some git sub-modules are out of date or modified, please consider running:$(BOLD)\n\
59 make git-submodule\n\ 59 make git-submodule\n\
60 You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\ 60 You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\
61 or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR) 61 or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR)