diff --git a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java index dcf0dc3c..8ae47587 100644 --- a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java +++ b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java @@ -84,7 +84,7 @@ import com.rabbitmq.client.impl.recovery.AutorecoveringChannel; *

* {@link CacheMode#CONNECTION} is not compatible with a Rabbit Admin that auto-declares queues etc. *

- * NOTE: This ConnectionFactory requires explicit closing of all Channels obtained form its Connection(s). + * NOTE: This ConnectionFactory requires explicit closing of all Channels obtained from its Connection(s). * This is the usual recommendation for native Rabbit access code anyway. However, with this ConnectionFactory, its use * is mandatory in order to actually allow for Channel reuse. {@link Channel#close()} returns the channel to the * cache, if there is room, or physically closes the channel otherwise.