Skip to content

Commit 64ae483

Browse files
authored
Fix typo in file_stream error message (#3459)
1 parent 3fc8e4a commit 64ae483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum-extra/src/response/file_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ where
284284
.unwrap_or_else(|e| {
285285
(
286286
StatusCode::INTERNAL_SERVER_ERROR,
287-
format!("build FileStream responsec error: {e}"),
287+
format!("build FileStream response error: {e}"),
288288
)
289289
.into_response()
290290
})

0 commit comments

Comments
 (0)