diff options
author | Kyle Brown <kdb424@gmail.com> | 2018-08-09 17:41:07 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-09 17:41:07 -0700 |
commit | 925b65b7d0f6538d8ec410d9b1c285a178057bf1 (patch) | |
tree | cd7b32462e04b3a54d5b7ef94f42cc36a37ccbae | |
parent | 619b5d1e6d40c37eb77036158b8f2b99d673e2ba (diff) |
Update message.mk (#3602)
Fixed typo
-rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index 1401698ddc..30fd0b9db7 100644 --- a/message.mk +++ b/message.mk @@ -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) |