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

mmerli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 43792ea  Fix typos (#232)
43792ea is described below

commit 43792ea151649e264b9a954364de855166c86afd
Author: Kian-Meng Ang <[email protected]>
AuthorDate: Sun Nov 3 01:16:16 2024 +0800

    Fix typos (#232)
    
    Found via `codespell -L transaltion`
---
 pulsar/functions/serde.py           | 2 +-
 tests/test-conf/standalone-ssl.conf | 2 +-
 tests/test-conf/standalone.conf     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pulsar/functions/serde.py b/pulsar/functions/serde.py
index 367d55c..32b4b1f 100644
--- a/pulsar/functions/serde.py
+++ b/pulsar/functions/serde.py
@@ -39,7 +39,7 @@
 """
 SerDe defines the interface for serialization/deserialization.
 
-Everytime a message is read from pulsar topic, the serde is invoked to
+Every time a message is read from pulsar topic, the serde is invoked to
 serialize the bytes into an object before invoking the process method.
 Anytime a python object needs to be written back to pulsar, it is
 serialized into bytes before writing.
diff --git a/tests/test-conf/standalone-ssl.conf 
b/tests/test-conf/standalone-ssl.conf
index 74a0b37..d4bde6a 100644
--- a/tests/test-conf/standalone-ssl.conf
+++ b/tests/test-conf/standalone-ssl.conf
@@ -121,7 +121,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
 # Authentication plugin to use when connecting to bookies
 bookkeeperClientAuthenticationPlugin=
 
-# BookKeeper auth plugin implementatation specifics parameters name and values
+# BookKeeper auth plugin implementation specifics parameters name and values
 bookkeeperClientAuthenticationParametersName=
 bookkeeperClientAuthenticationParameters=
 
diff --git a/tests/test-conf/standalone.conf b/tests/test-conf/standalone.conf
index 0225e0d..747f476 100644
--- a/tests/test-conf/standalone.conf
+++ b/tests/test-conf/standalone.conf
@@ -109,7 +109,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
 # Authentication plugin to use when connecting to bookies
 bookkeeperClientAuthenticationPlugin=
 
-# BookKeeper auth plugin implementatation specifics parameters name and values
+# BookKeeper auth plugin implementation specifics parameters name and values
 bookkeeperClientAuthenticationParametersName=
 bookkeeperClientAuthenticationParameters=
 

Reply via email to