diff --git a/agents/recoverycore.js b/agents/recoverycore.js index 55816cbe..33a46171 100644 --- a/agents/recoverycore.js +++ b/agents/recoverycore.js @@ -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; } }