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