mirror of
https://github.com/actix/actix-web.git
synced 2025-01-22 23:18:07 +00:00
Fix typo
This commit is contained in:
parent
3fa23f5e10
commit
c313c003a4
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ where
|
|||
Ok(Async::NotReady) => return Ok(Async::NotReady),
|
||||
Ok(Async::Ready(_)) => return Ok(Async::Ready(())),
|
||||
Err(err) => {
|
||||
debug!("Error sendips ng data: {}", err);
|
||||
debug!("Error sending data: {}", err);
|
||||
return Err(());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue