Index: src/docbkx/fundamentals.xml
===================================================================
--- src/docbkx/fundamentals.xml (revision 1065491)
+++ src/docbkx/fundamentals.xml (working copy)
@@ -1051,7 +1051,7 @@
HttpParams also has a certain disadvantage compared to
regular Java beans: HttpParams cannot be assembled using
a DI framework. To mitigate the limitation, HttpCore includes a number of bean classes
- that can used in order to initialize HttpParams objects
+ that can be used in order to initialize HttpParams objects
using standard Java bean conventions.