diff --git a/documentation/src/main/docbook/devguide/en-US/Locking.xml b/documentation/src/main/docbook/devguide/en-US/Locking.xml
index 96f61fafd3..492adba889 100644
--- a/documentation/src/main/docbook/devguide/en-US/Locking.xml
+++ b/documentation/src/main/docbook/devguide/en-US/Locking.xml
@@ -15,7 +15,7 @@
Optimistic
- Optimistic locking ssumes that multiple transactions can complete without affecting each other, and that
+ Optimistic locking assumes that multiple transactions can complete without affecting each other, and that
therefore transactions can proceed without locking the data resources that they affect. Before committing,
each transaction verifies that no other transaction has modified its data. If the check reveals conflicting
modifications, the committing transaction rolls back.