[infinispan-commits] Infinispan SVN: r1354 - trunk/core/src/main/java/org/infinispan/remoting/transport.
infinispan-commits at lists.jboss.org
infinispan-commits at lists.jboss.org
Fri Jan 8 11:06:52 EST 2010
Author: manik.surtani at jboss.com
Date: 2010-01-08 11:06:51 -0500 (Fri, 08 Jan 2010)
New Revision: 1354
Modified:
trunk/core/src/main/java/org/infinispan/remoting/transport/Transport.java
Log:
typo
Modified: trunk/core/src/main/java/org/infinispan/remoting/transport/Transport.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/remoting/transport/Transport.java 2010-01-08 10:41:22 UTC (rev 1353)
+++ trunk/core/src/main/java/org/infinispan/remoting/transport/Transport.java 2010-01-08 16:06:51 UTC (rev 1354)
@@ -84,7 +84,7 @@
Address getAddress();
/**
- * Retrieves the current cache instance's phyical network addresses. Some implementations might differentiate
+ * Retrieves the current cache instance's physical network addresses. Some implementations might differentiate
* between logical and physical addresses in which case, this method allows clients to query the physical ones
* associated with the logical address. Implementations where logical and physical address are the same will simply
* return a single entry List that contains the same Address as {@link #getAddress()}.
More information about the infinispan-commits
mailing list