Skip to content

Commit 13d8fa4

Browse files
author
Federico Fissore
committed
Fixed typo
1 parent 73e857f commit 13d8fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/cc/arduino/Compiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class Compiler implements MessageConsumer {
7070
tr("Multiple libraries were found for \"{0}\"");
7171
tr(" Not used: {0}");
7272
tr(" Used: {0}");
73-
tr("Library can't use both 'src' and 'utility' folders. Double ckeck {0}");
73+
tr("Library can't use both 'src' and 'utility' folders. Double check {0}");
7474
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).");
7575
tr("Looking for recipes like {0}*{1}");
7676
tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");

0 commit comments

Comments
 (0)