Update agentrecoverycore.js

Dave committed Dec 23, 2020 at 22:02 UTC b20378637dd17b117c81ebdde04f1d536278fa79
1 file changed +1 -1
agents/agentrecoverycore.js
+1 -1
@@ -400,7 +400,7 @@ function processConsoleCommand(cmd, args, rights, sessionid)
400 break;
401 }
402 default: { // This is an unknown command, return an error message
403 - response = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.';
403 + response = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.';
404 break;
405 }
406 }