Fix typos in log messages

Several of the log messages contained minor typos.
This commit is contained in:
per1234
2022-08-20 19:42:51 -07:00
parent 1281ad1932
commit 3ec62642dd
5 changed files with 5 additions and 5 deletions

View File

@@ -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);
}