diff --git a/src/redirect.rs b/src/redirect.rs index 9208c1b..d714ecd 100644 --- a/src/redirect.rs +++ b/src/redirect.rs @@ -34,7 +34,7 @@ impl RedirectPolicy { /// /// The default RedirectPolicy handles redirect loops and a maximum loop /// chain, but the custom variant does not do that for you automatically. - /// The custom policy should hanve some way of handling those. + /// The custom policy should have some way of handling those. /// /// There are variants on `::Error` for both cases that can be used as /// return values.