axum: correct typo in append_allow_header (#3476)

This commit is contained in:
K-tecchan
2025-09-13 14:27:43 +00:00
committed by GitHub
parent d5e505619f
commit 94af9c3262
+1 -1
View File
@@ -1188,7 +1188,7 @@ fn append_allow_header(allow_header: &mut AllowHeader, method: &'static str) {
}
} else {
#[cfg(debug_assertions)]
panic!("`allow_header` contained invalid uft-8. This should never happen")
panic!("`allow_header` contained invalid utf-8. This should never happen")
}
}
}