diff --git a/meshuser.js b/meshuser.js index d704f6e2..a7b4fa9b 100644 --- a/meshuser.js +++ b/meshuser.js @@ -1303,7 +1303,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use break; } default: { // This is an unknown command, return an error message - r = 'Unknown command \"' + cmd + '\", type \"help\" for list of avaialble commands.'; + r = 'Unknown command \"' + cmd + '\", type \"help\" for list of available commands.'; break; } } @@ -5259,4 +5259,4 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use } return obj; -}; \ No newline at end of file +};