aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-15 17:15:34 -0800
committerRobin Krahl <robin.krahl@ireas.org>2019-01-16 02:45:25 +0100
commit7c2bb330b125cde7ceb55616b3d8c50a98840c58 (patch)
treed00d4456c8d0129f4f556e26a85589497a72af99 /src
parent52501733d4f678b4012e514261cbecfc2a12a229 (diff)
downloadnitrokey-rs-7c2bb330b125cde7ceb55616b3d8c50a98840c58.tar.gz
nitrokey-rs-7c2bb330b125cde7ceb55616b3d8c50a98840c58.tar.bz2
Fix typo: destory -> destroy
Diffstat (limited to 'src')
-rw-r--r--src/device.rs2
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