Merge pull request #2107 from dev-id/spelling-fix

Spelling fix
This commit is contained in:
Ylian Saint-Hilaire 2020-12-23 20:10:36 -08:00 committed by GitHub
commit 9766adf465
3 changed files with 4 additions and 4 deletions

View File

@ -400,7 +400,7 @@ function processConsoleCommand(cmd, args, rights, sessionid)
break;
}
default: { // This is an unknown command, return an error message
response = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.';
response = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.';
break;
}
}

View File

@ -482,7 +482,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
break;
}
default: { // This is an unknown command, return an error message
response = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.';
response = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.';
break;
}
}

View File

@ -1303,7 +1303,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
break;
}
default: { // This is an unknown command, return an error message
r = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.';
r = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.';
break;
}
}