From f9c05bfdc4b95e926a9a5f020c9cfeda0cf24e9e Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 1 Nov 2024 02:25:41 +0800 Subject: [PATCH] Fix typos 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=