Skip to content

Commit

Permalink
Fix typos (apache#232)
Browse files Browse the repository at this point in the history
Found via `codespell -L transaltion`
  • Loading branch information
kianmeng authored Nov 2, 2024
1 parent 2a26553 commit 43792ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pulsar/functions/serde.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/test-conf/standalone-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down
2 changes: 1 addition & 1 deletion tests/test-conf/standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down

0 comments on commit 43792ea

Please sign in to comment.