Fix typos

Closes gh-3608
This commit is contained in:
izeye
2015-07-28 11:47:52 +09:00
committed by Stephane Nicoll
parent 32128a6ac2
commit ee6fc8d917
7 changed files with 9 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ public class HttpTunnelPayloadForwarderTests {
public ExpectedException thrown = ExpectedException.none();
@Test
public void targetChannelMustNoBeNull() throws Exception {
public void targetChannelMustNotBeNull() throws Exception {
this.thrown.expect(IllegalArgumentException.class);
this.thrown.expectMessage("TargetChannel must not be null");
new HttpTunnelPayloadForwarder(null);