diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-15 17:15:34 -0800 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-16 02:45:25 +0100 |
commit | 7c2bb330b125cde7ceb55616b3d8c50a98840c58 (patch) | |
tree | d00d4456c8d0129f4f556e26a85589497a72af99 | |
parent | 52501733d4f678b4012e514261cbecfc2a12a229 (diff) | |
download | nitrokey-rs-7c2bb330b125cde7ceb55616b3d8c50a98840c58.tar.gz nitrokey-rs-7c2bb330b125cde7ceb55616b3d8c50a98840c58.tar.bz2 |
Fix typo: destory -> destroy
-rw-r--r-- | src/device.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.rs b/src/device.rs index 1e347f4..9813c50 100644 --- a/src/device.rs +++ b/src/device.rs @@ -598,7 +598,7 @@ pub trait Device: Authenticate + GetPasswordSafe + GenerateOtp { /// /// The AES key is used to encrypt the password safe and the encrypted volume. You may need /// to call this method after a factory reset, either using [`factory_reset`][] or using `gpg - /// --card-edit`. You can also use it to destory the data stored in the password safe or on + /// --card-edit`. You can also use it to destroy the data stored in the password safe or on /// the encrypted volume. /// /// # Errors |