diff --git a/mvn-build/core/docs/reference/src/transactions.xml b/mvn-build/core/docs/reference/src/transactions.xml
index b456e277..39786fed 100644
--- a/mvn-build/core/docs/reference/src/transactions.xml
+++ b/mvn-build/core/docs/reference/src/transactions.xml
@@ -100,8 +100,8 @@
access within the same transaction using the ContextSourceAndDataSourceTransactionManager.
A DataSource and a ContextSource is supplied to the
ContextSourceAndDataSourceTransactionManager, which will then manage the two transactions,
- virtually as if they were one. When performing a commit, the LDAP part of the operation will always
- be performed first, allowing both transactions to be rolled back should the LDAP commit fail. The JDBC
+ virtually as if they were one. When performing a commit, the JDBC part of the operation will always
+ be performed first, allowing both transactions to be rolled back should the JDBC commit fail. The JDBC
part of the transaction is managed exactly as in DataSourceTransactionManager, except that
nested transactions is not supported.
Once again it should be noted that the provided support is all client side. The wrapped transaction is not