Skip to content

Commit 53ea278

Browse files
jsorefacogoluegnes
authored andcommitted
spelling: topology
(cherry picked from commit cce132b)
1 parent 5a3481e commit 53ea278

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
@@ -687,7 +687,7 @@ private void recoverTopology(final ExecutorService executor) {
687687
recoverEntitiesAsynchronously(executor, Utility.copy(recordedBindings));
688688
recoverEntitiesAsynchronously(executor, Utility.copy(consumers).values());
689689
} catch (final Exception cause) {
690-
final String message = "Caught an exception while recovering toplogy: " + cause.getMessage();
690+
final String message = "Caught an exception while recovering topology: " + cause.getMessage();
691691
final TopologyRecoveryException e = new TopologyRecoveryException(message, cause);
692692
getExceptionHandler().handleTopologyRecoveryException(delegate, null, e);
693693
}

0 commit comments

Comments
 (0)