mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
Fix typos in log messages
Several of the log messages contained minor typos.
This commit is contained in:
@@ -99,7 +99,7 @@ const getTranslationDownloadStatus = async (language, downloadRequestId) => {
|
||||
const { organization, project, resource } = await transifex.credentials();
|
||||
const translationsDirectory = process.argv[2];
|
||||
if (!translationsDirectory) {
|
||||
shell.echo('Traslations directory not specified');
|
||||
shell.echo('Translations directory not specified');
|
||||
shell.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user