mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 23:15:04 +00:00
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…
x
Reference in New Issue
Block a user