fix spelling

This commit is contained in:
kimchy 2010-04-01 23:19:58 +03:00
parent 05d85b2ae4
commit 10183c7440
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}
}