diff --git a/src/docbkx/fundamentals.xml b/src/docbkx/fundamentals.xml
index 8ec5035a7..6e1ffc490 100644
--- a/src/docbkx/fundamentals.xml
+++ b/src/docbkx/fundamentals.xml
@@ -630,7 +630,7 @@ RequestConfig config = clientContext.getRequestConfig();
automatic propagation of conversation context and state information between
requests.
In the following example the request configuration set by the initial request will be
- kept in the execution context and get propagatd to the consecutive requests sharing
+ kept in the execution context and get propagated to the consecutive requests sharing
the same context.
HTTP protocol interceptors
- Th HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP
+ The HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP
protocol. Usually protocol interceptors are expected to act upon one specific header or
a group of related headers of the incoming message, or populate the outgoing message with
one specific header or a group of related headers. Protocol interceptors can also