From 13d8fa4dd00188e54266915aadb4df2fa974efeb Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 18 Nov 2015 09:49:46 +0100 Subject: [PATCH] Fixed typo --- arduino-core/src/cc/arduino/Compiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-core/src/cc/arduino/Compiler.java b/arduino-core/src/cc/arduino/Compiler.java index b1c4176be..71b601190 100644 --- a/arduino-core/src/cc/arduino/Compiler.java +++ b/arduino-core/src/cc/arduino/Compiler.java @@ -70,7 +70,7 @@ public class Compiler implements MessageConsumer { tr("Multiple libraries were found for \"{0}\""); tr(" Not used: {0}"); tr(" Used: {0}"); - tr("Library can't use both 'src' and 'utility' folders. Double ckeck {0}"); + tr("Library can't use both 'src' and 'utility' folders. Double check {0}"); tr("WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s)."); tr("Looking for recipes like {0}*{1}"); tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");