aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-17 06:17:52 +0800
committerDan <danjm.com@gmail.com>2018-04-17 06:17:52 +0800
commitcc7e71488ea9df9246f1bfcf9db9a4695fd515de (patch)
tree06cce3fdccc1dbbd943f4ed8927f5ada4e42d659 /app
parent23acddf8f6fe4cb2d23e9b508c9b95f1f50fe32a (diff)
downloadtangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar.gz
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar.bz2
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar.lz
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar.xz
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.tar.zst
tangerine-wallet-browser-cc7e71488ea9df9246f1bfcf9db9a4695fd515de.zip
Spell deprecated correctly.
Diffstat (limited to 'app')
-rw-r--r--app/scripts/controllers/address-book.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/controllers/address-book.js b/app/scripts/controllers/address-book.js
index cd6756e03..62205a430 100644
--- a/app/scripts/controllers/address-book.js
+++ b/app/scripts/controllers/address-book.js
@@ -13,7 +13,7 @@ class AddressBookController {
* @param {object} opts Overides the defaults for the initial state of this.store
* @property {array} opts.initState initializes the the state of the AddressBookController. Can contain an
* addressBook property to initialize the addressBook array
- * @param {KeyringController} keyringController (Soon to be depracated) The keyringController used in the current
+ * @param {KeyringController} keyringController (Soon to be deprecated) The keyringController used in the current
* MetamaskController. Contains the identities used in this AddressBookController.
* @property {object} store The the store of the current users address book
* @property {array} store.addressBook An array of addresses and nicknames. These are set by the user when sending
@@ -100,7 +100,7 @@ class AddressBookController {
* Retrieves identities from the keyring controller in order to avoid
* duplication
*
- * @depricated
+ * @deprecated
* @returns {array} Returns the identies array from the keyringContoller's state
*
*/