Skip to content

Commit 6568467

Browse files
jsorefacogoluegnes
authored andcommitted
spelling: execute
(cherry picked from commit a24af9c)
1 parent e597202 commit 6568467

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
@@ -851,7 +851,7 @@ public void handleConnectionClose(Command closeCommand) {
851851
SocketCloseWait scw = new SocketCloseWait(sse);
852852

853853
// if shutdown executor is configured, use it. Otherwise
854-
// execut socket close monitor the old fashioned way.
854+
// execute socket close monitor the old fashioned way.
855855
// see rabbitmq/rabbitmq-java-client#91
856856
if(shutdownExecutor != null) {
857857
shutdownExecutor.execute(scw);

0 commit comments

Comments
 (0)