diff --git a/agents/agentrecoverycore.js b/agents/agentrecoverycore.js index 762fa91f..203b16e9 100644 --- a/agents/agentrecoverycore.js +++ b/agents/agentrecoverycore.js @@ -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; } }