diff options
Diffstat (limited to 'crates/tor-keymgr/src/mgr.rs')
| -rw-r--r-- | crates/tor-keymgr/src/mgr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-keymgr/src/mgr.rs b/crates/tor-keymgr/src/mgr.rs index c68b4ab35..e2ac48c34 100644 --- a/crates/tor-keymgr/src/mgr.rs +++ b/crates/tor-keymgr/src/mgr.rs @@ -687,7 +687,7 @@ mod tests { /// The corresponding fake public key type. #[derive(Clone, Debug)] struct TestPublicKey { - /// The undelying key. + /// The underlying key. key: KeystoreItem, } |
