Skip to content

Commit a24af9c

Browse files
committed
spelling: execute
1 parent 74a7b39 commit a24af9c

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)