From cda0e00376d945e9afde64b011f5b3920740c4f7 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 18 Dec 2020 22:17:01 -0800 Subject: [PATCH] fix a typo in a doc string --- etc/makefiles/sketch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index 29dcc9ba..20f78cb9 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -197,7 +197,7 @@ ifeq ($(KALEIDOSCOPE_DEVICE_PORT),) $(info ERROR: Unable to detect keyboard serial port.) $(info ) $(info Arduino should autodetect it, but you could also set ) - $(info KALEIDOSCOPE_DEVICE_PORt to your keyboard's serial port.) + $(info KALEIDOSCOPE_DEVICE_PORT to your keyboard's serial port.) $(info ) $(error ) endif