Update recoverycore.js
Dave committed
Dec 23, 2020 at 22:03 UTC
574afb17f0e6ef1694d738b9deda1bd3798c5600
1 file changed
+1
-1
agents/recoverycore.js
+1
-1
@@ -482,7 +482,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
482
break;
483
}
484
default: { // This is an unknown command, return an error message
485
- response = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.';
485
+ response = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.';
486
break;
487
}
488
}