1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-29 00:07:48 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-01-31 20:28:53 +03:00
parent e41b175e3d
commit a565e71018
6 changed files with 7 additions and 7 deletions

View File

@@ -689,7 +689,7 @@ impl<S, H> Completed<S, H> {
#[inline]
fn init(info: &mut PipelineInfo<S>) -> PipelineState<S, H> {
if let Some(ref err) = info.error {
error!("Error occured during request handling: {}", err);
error!("Error occurred during request handling: {}", err);
}
if info.context.is_none() {