diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 8496d44fb70da07646b99b5d7052ecb6944b033c..49197e7325287c7edd1028fb275e970cac524ee9 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -35,7 +35,7 @@ experimental-api = []
 # for anything besides testing, you are probably putting your users in danger.
 #
 # The struct fields exposed by this feature are not covered by semantic version.
-# In fact, using this feature will ives you the opposite of a "semver
+# In fact, using this feature will give you the opposite of a "semver
 # guarantee": you should be mildly surprised when your code _doesn't_ break from
 # version to version.
 dangerous-expose-struct-fields = ["visible", "visibility"]