1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-14 11:29:26 +01:00

Fixed typo. Fixes #3323

This commit is contained in:
Federico Fissore 2015-06-12 08:41:36 +02:00
parent a5d61fddcd
commit 3153d0b5d8

View File

@ -152,7 +152,7 @@ public class Compiler implements MessageConsumer {
if (uploader.requiresAuthorization() && !PreferencesData.has(uploader.getAuthorizationKey())) { if (uploader.requiresAuthorization() && !PreferencesData.has(uploader.getAuthorizationKey())) {
BaseNoGui.showError(_("Authorization required"), BaseNoGui.showError(_("Authorization required"),
_("No athorization data found"), null); _("No authorization data found"), null);
} }
boolean useNewWarningsAccumulator = false; boolean useNewWarningsAccumulator = false;