Skip to content

Commit 68a4afb

Browse files
jsorefacogoluegnes
authored andcommitted
spelling: execute
(cherry picked from commit a24af9c)
1 parent 186f27e commit 68a4afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ public void handleConnectionClose(Command closeCommand) {
857857
SocketCloseWait scw = new SocketCloseWait(sse);
858858

859859
// if shutdown executor is configured, use it. Otherwise
860-
// execut socket close monitor the old fashioned way.
860+
// execute socket close monitor the old fashioned way.
861861
// see rabbitmq/rabbitmq-java-client#91
862862
if(shutdownExecutor != null) {
863863
shutdownExecutor.execute(scw);

0 commit comments

Comments
 (0)