Skip to content

Commit cce132b

Browse files
committed
spelling: topology
1 parent 9658f44 commit cce132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ private void recoverTopology(final ExecutorService executor) {
681681
recoverEntitiesAsynchronously(executor, Utility.copy(recordedBindings));
682682
recoverEntitiesAsynchronously(executor, Utility.copy(consumers).values());
683683
} catch (final Exception cause) {
684-
final String message = "Caught an exception while recovering toplogy: " + cause.getMessage();
684+
final String message = "Caught an exception while recovering topology: " + cause.getMessage();
685685
final TopologyRecoveryException e = new TopologyRecoveryException(message, cause);
686686
getExceptionHandler().handleTopologyRecoveryException(delegate, null, e);
687687
}

0 commit comments

Comments
 (0)