This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new de8d16dc08f Update exchange-pooling.adoc (#17047)
de8d16dc08f is described below

commit de8d16dc08fdce3b52823b3766c5c258cff44551
Author: Puneet Kumar Gupta <55650407+puneetkrgu...@users.noreply.github.com>
AuthorDate: Tue Feb 4 20:17:01 2025 +0530

    Update exchange-pooling.adoc (#17047)
    
    Correcting the typos
---
 docs/user-manual/modules/ROOT/pages/exchange-pooling.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/exchange-pooling.adoc 
b/docs/user-manual/modules/ROOT/pages/exchange-pooling.adoc
index 22da37481c2..b771f1be244 100644
--- a/docs/user-manual/modules/ROOT/pages/exchange-pooling.adoc
+++ b/docs/user-manual/modules/ROOT/pages/exchange-pooling.adoc
@@ -11,7 +11,7 @@ With the advance of cloud computing, where workloads are 
precisely measured, the
 The most significant object being reused is the `org.apache.camel.Exchange` 
object. This object is the root object
 that holds the message with its payload, headers, metadata, and other content.
 
-Besides pooling exchanges, then internal objects used by the routing engine 
are also pooled and recycled. This can dramatically reduce the object 
allocations from Camel core itself.
+Besides pooling exchanges, the internal objects used by the routing engine are 
also pooled and recycled. This can dramatically reduce the object allocations 
from Camel core itself.
 
 There will always be object allocations from the actual message content 
(payload and headers), and also from the Camel components in use and its 3rd 
party libraries. The footprint of Camel core and its routing engine is close to 
zero when pooling is enabled.
 
@@ -62,7 +62,7 @@ The `ExtendedCamelContext` is an internal API of Camel and, 
as such, may not off
 
 == Configuration Options
 
-You can configure exchange poolomg with the following options:
+You can configure exchange pooling with the following options:
 
 [width="100%",cols="25%,50%,25%",options="header"]
 |===

Reply via email to