From edb5249b12bc88472f7a9fad6c755bac4afbaccc Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sun, 16 Apr 2017 02:37:00 +0200 Subject: [bug] fix typo in js library Signed-off-by: kwadronaut Signed-off-by: Ruben Pollan --- ui/app/lib/bitmask.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/app/lib/bitmask.js b/ui/app/lib/bitmask.js index efdee133..1fdce433 100644 --- a/ui/app/lib/bitmask.js +++ b/ui/app/lib/bitmask.js @@ -166,7 +166,7 @@ var bitmask = function(){ * * @param {string} uid The uid to be created * @param {string} password The user password - * @param {boolean} autoconf If the provider should be autoconfigured if it's not allready known + * @param {boolean} autoconf If the provider should be autoconfigured if it's not already known * If it's not provided it will default to false */ create: function(uid, password, invite, autoconf) { @@ -181,7 +181,7 @@ var bitmask = function(){ * * @param {string} uid The uid to log in * @param {string} password The user password - * @param {boolean} autoconf If the provider should be autoconfigured if it's not allready known + * @param {boolean} autoconf If the provider should be autoconfigured if it's not already known * If it's not provided it will default to false */ auth: function(uid, password, autoconf) { -- cgit v1.2.3