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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4d209d23b45 docs: fix typo implmentation -> implementation
4d209d23b45 is described below

commit 4d209d23b45b146f9970f652a74a11b562091d6c
Author: Vaibhav Srivastava <[email protected]>
AuthorDate: Mon Aug 24 13:57:15 2026 +0530

    docs: fix typo implmentation -> implementation
---
 contrib/interconnect/proxy/README.ic-proxy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/interconnect/proxy/README.ic-proxy.md 
b/contrib/interconnect/proxy/README.ic-proxy.md
index 3b9eb09a4d5..6f666f277e0 100644
--- a/contrib/interconnect/proxy/README.ic-proxy.md
+++ b/contrib/interconnect/proxy/README.ic-proxy.md
@@ -367,7 +367,7 @@ all of these.
 
 #### spike: reuse domain socket connections
 
-In current implmentation the domain socket connections are established in
+In current implementation the domain socket connections are established in
 `SetupInterconnect()` and closed in `TeardownInterconnect()`.  For OLTP queries
 it adds a significant overhead doing the connecting and registering logic.  In
 fact we are able to cache these connections, we only need to re-register on


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to