mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed typo. Fixes #3323
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user