fix spelling
This commit is contained in:
parent
05d85b2ae4
commit
10183c7440
|
@ -271,7 +271,7 @@ public class NettyHttpServerTransport extends AbstractLifecycleComponent<HttpSer
|
|||
return;
|
||||
}
|
||||
if (!NetworkExceptionHelper.isCloseConnectionException(e.getCause())) {
|
||||
logger.warn("Caught exception while handling client http trafic", e.getCause());
|
||||
logger.warn("Caught exception while handling client http traffic", e.getCause());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue