From 8487bf3418b86d3a2f5c620111497e3a0db595bf Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Thu, 15 Dec 2016 09:52:33 +0100 Subject: [PATCH] Fix typo in documentation --- src/redirect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.