We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e857f commit 13d8fa4Copy full SHA for 13d8fa4
arduino-core/src/cc/arduino/Compiler.java
@@ -70,7 +70,7 @@ public class Compiler implements MessageConsumer {
70
tr("Multiple libraries were found for \"{0}\"");
71
tr(" Not used: {0}");
72
tr(" Used: {0}");
73
- 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}");
74
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).");
75
tr("Looking for recipes like {0}*{1}");
76
tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");
0 commit comments