diff --git a/spring-framework-reference/src/cci.xml b/spring-framework-reference/src/cci.xml
index 59e5cdce66..a05973092f 100644
--- a/spring-framework-reference/src/cci.xml
+++ b/spring-framework-reference/src/cci.xml
@@ -164,9 +164,9 @@
allows for specifying a ConnectionSpec
instance to use for all operations on a given factory. If the adapter's
connectionSpec property is specified, the adapter
- uses the getConnection variant without argument, else
- the one with the ConnectionSpec
- argument.
+ uses the getConnection variant with the
+ ConnectionSpec argument, otherwise
+ the variant without argument.
<bean id="managedConnectionFactory"
class="com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory">