Fix grammar in core/nodes etc. (#608)

* Fix grammar

* Nothing we can *do* except ...

* Implementer

* Implementation
This commit is contained in:
James Ray
2018-11-08 03:01:33 +11:00
committed by Pierre Krieger
parent 1b4dada4d0
commit 61f280f3ef
3 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ impl Stream for TcpListenStream {
.expect("generating a multiaddr from a socket addr never fails"),
Err(err) => {
// If we can't get the address of the newly-opened socket, there's
// nothing we can except ignore this connection attempt.
// nothing we can do except ignore this connection attempt.
error!("Ignored incoming because could't determine its \
address: {:?}", err);
continue