]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update message.mk (#3602)
authorKyle Brown <kdb424@gmail.com>
Fri, 10 Aug 2018 00:41:07 +0000 (17:41 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 10 Aug 2018 00:41:07 +0000 (17:41 -0700)
Fixed typo

message.mk

index 1401698ddcaa832789c7865e8e189f722544cb56..30fd0b9db774b762203a411d7a54e3784d144b05 100644 (file)
@@ -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)