diff options
Diffstat (limited to 'lang/js/src/Keyring.js')
-rw-r--r-- | lang/js/src/Keyring.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js index 850f9f18..9f313577 100644 --- a/lang/js/src/Keyring.js +++ b/lang/js/src/Keyring.js @@ -384,7 +384,7 @@ export class GPGME_Keyring { * @param {String} option.userId The user Id, e.g. 'Foo Bar <[email protected]>' * @param {String} option.algo (optional) algorithm (and optionally key * size) to be used. See {@link supportedKeyAlgos} below for supported - * values. If ommitted, 'default' is used. + * values. If omitted, 'default' is used. * @param {Number} option.expires (optional) Expiration time in seconds * from now. If not set or set to 0, expiration will be 'never' * |