Update recoverycore.js

This commit is contained in:
Dave 2020-12-23 22:03:44 -06:00 committed by GitHub
parent b20378637d
commit 574afb17f0

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