From 53b7deb7d1d6c74411ba104062298fa1d81d1291 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 18 Dec 2020 22:24:45 -0800 Subject: [PATCH] Fix a typo in a displayed message --- etc/makefiles/arduino-cli.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makefiles/arduino-cli.mk b/etc/makefiles/arduino-cli.mk index 4c78e022..f3c771ed 100644 --- a/etc/makefiles/arduino-cli.mk +++ b/etc/makefiles/arduino-cli.mk @@ -3,7 +3,7 @@ mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) ifeq ($(VERBOSE),) ifeq ($(QUIET),) -$(info Building in quiet mode. For a lot more informatiion, add 'VERBOSE=1' to the beginning of your call to $(MAKE)) +$(info Building in quiet mode. For a lot more information, add 'VERBOSE=1' to the beginning of your call to $(MAKE)) export QUIET = @ endif