Update agentrecoverycore.js

This commit is contained in:
Dave 2020-12-23 22:02:58 -06:00 committed by GitHub
parent f631a209d8
commit b20378637d

View File

@ -400,7 +400,7 @@ function processConsoleCommand(cmd, args, rights, sessionid)
break; break;
} }
default: { // This is an unknown command, return an error message 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; break;
} }
} }