Fix typos detected by github.com/client9/misspell
This commit is contained in:
committed by
Juergen Hoeller
parent
896eb5687a
commit
be211ceead
@@ -59,7 +59,7 @@ import org.springframework.util.Assert;
|
||||
* {@link org.springframework.transaction.PlatformTransactionManager} into the
|
||||
* {@link #setTransactionManager "transactionManager"} property. This will usually
|
||||
* be a {@link org.springframework.transaction.jta.JtaTransactionManager} in a
|
||||
* Java EE enviroment, in combination with a JTA-aware JMS ConnectionFactory
|
||||
* Java EE environment, in combination with a JTA-aware JMS ConnectionFactory
|
||||
* obtained from JNDI (check your application server's documentation).
|
||||
*
|
||||
* <p>This base class does not assume any specific mechanism for asynchronous
|
||||
|
||||
@@ -81,7 +81,7 @@ public class BeanFactoryDestinationResolver implements DestinationResolver, Bean
|
||||
}
|
||||
catch (BeansException ex) {
|
||||
throw new DestinationResolutionException(
|
||||
"Failed to look up Destinaton bean with name '" + destinationName + "'", ex);
|
||||
"Failed to look up Destination bean with name '" + destinationName + "'", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user