Fix some spelling errors in the API docs.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1401445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-10-23 20:26:25 +00:00
parent 7a2293d743
commit 692411e989
1 changed files with 7 additions and 7 deletions

View File

@ -170,7 +170,7 @@ public class ConnectionInfo extends BaseCommand {
/**
* Transports may wish to associate additional data with the connection. For
* example, an SSL transport may use this field to attach the client
* certificates used when the conection was established.
* certificates used when the connection was established.
*
* @return the transport context.
*/
@ -181,7 +181,7 @@ public class ConnectionInfo extends BaseCommand {
/**
* Transports may wish to associate additional data with the connection. For
* example, an SSL transport may use this field to attach the client
* certificates used when the conection was established.
* certificates used when the connection was established.
*
* @param transportContext value used to set the transport context
*/