From 9824136917c2c5bf7c594d3e1cb2196459b6ef54 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Dec 2019 12:02:42 -0500 Subject: [PATCH] fix a typo --- www/common/outer/roster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/roster.js b/www/common/outer/roster.js index 8755bbd79..651efd30c 100644 --- a/www/common/outer/roster.js +++ b/www/common/outer/roster.js @@ -384,7 +384,7 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) { } // reject commandws wehere the members are not proper objects if (!isMap(args[curve])) { throw new Error("INVALID_CONTENT"); } - if (members[curve]) { throw new Error("ARLEADY_PRESNET"); } + if (members[curve]) { throw new Error("ARLEADY_PRESENT"); } var data = args[curve]; // if no role was provided, assume VIEWER