Skip to content

Commit cfe8020

Browse files
authored
Merge pull request docker-java#1053 from xCASx/master
Fixed a typo in the exception message
2 parents d6b2496 + c0dd1ac commit cfe8020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/netty/NettyDockerCmdExecFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public EventLoopGroup init(Bootstrap bootstrap, DockerClientConfig dockerClientC
137137
} else if (SystemUtils.IS_OS_MAC_OSX) {
138138
return kqueueGroup();
139139
}
140-
throw new RuntimeException("Unspported OS");
140+
throw new RuntimeException("Unsupported OS");
141141
}
142142

143143
public EventLoopGroup epollGroup() {

0 commit comments

Comments
 (0)