From 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 8 Nov 2018 12:34:27 +0700 Subject: spelling: fix misspellings Signed-off-by: Daniel Kahn Gillmor --- lang/js/src/Key.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/js/src/Key.js') diff --git a/lang/js/src/Key.js b/lang/js/src/Key.js index f5ee9656..a3f52044 100644 --- a/lang/js/src/Key.js +++ b/lang/js/src/Key.js @@ -94,7 +94,7 @@ class GPGME_Key { /** * Query any property of the Key listed in {@link validKeyProperties} - * @param {String} property property to be retreived + * @param {String} property property to be retrieved * @returns {Boolean| String | Date | Array | Object} * @returns {Promise} (if in async * mode) @@ -708,4 +708,4 @@ function getGnupgState (fingerprint, property){ }); } }); -} \ No newline at end of file +} -- cgit v1.2.3