From b20378637dd17b117c81ebdde04f1d536278fa79 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 23 Dec 2020 22:02:58 -0600 Subject: [PATCH] Update agentrecoverycore.js --- agents/agentrecoverycore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }