From 59ba1c84d1e0d0b4514a91fb087dce6ecedf7fa3 Mon Sep 17 00:00:00 2001 From: Hung-I Wang Date: Mon, 13 Aug 2018 21:32:30 +0800 Subject: [PATCH] Fix a typo in content_disposition.rs --- src/header/common/content_disposition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/common/content_disposition.rs b/src/header/common/content_disposition.rs index d824e330b..686cf9c67 100644 --- a/src/header/common/content_disposition.rs +++ b/src/header/common/content_disposition.rs @@ -475,7 +475,7 @@ impl fmt::Display for DispositionType { impl fmt::Display for DispositionParam { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - // All ASCII control charaters (0-30, 127) excepting horizental tab, double quote, and + // All ASCII control charaters (0-30, 127) excepting horizontal tab, double quote, and // backslash should be escaped in quoted-string (i.e. "foobar"). // Ref: RFC6266 S4.1 -> RFC2616 S2.2; RFC 7578 S4.2 -> RFC2183 S2 -> ... . lazy_static! {