diff options
author | kwadronaut <kwadronaut@leap.se> | 2017-04-16 02:37:00 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-04-16 11:55:02 +0200 |
commit | edb5249b12bc88472f7a9fad6c755bac4afbaccc (patch) | |
tree | 9984b7ca281dd4d27cfd875b1a01ec45d3c20480 | |
parent | add4eb31924aa63e8a80a7cce8a87a806f3efb65 (diff) |
[bug] fix typo in js library
Signed-off-by: kwadronaut <kwadronaut@leap.se>
Signed-off-by: Ruben Pollan <meskio@sindominio.net>
-rw-r--r-- | ui/app/lib/bitmask.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/lib/bitmask.js b/ui/app/lib/bitmask.js index efdee13..1fdce43 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) { |