1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 13:45:13 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-01-16 21:59:33 +03:00
parent 81f92b43e5
commit 58df8fa4b9
9 changed files with 12 additions and 12 deletions

View File

@@ -341,7 +341,7 @@ impl Default for NormalizePath {
}
impl NormalizePath {
/// Create new `NoramlizePath` instance
/// Create new `NormalizePath` instance
pub fn new(append: bool, merge: bool, redirect: StatusCode) -> NormalizePath {
NormalizePath {
append: append,