Skip to content

Commit 43792ea

Browse files
authored
Fix typos (#232)
Found via `codespell -L transaltion`
1 parent 2a26553 commit 43792ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pulsar/functions/serde.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"""
4040
SerDe defines the interface for serialization/deserialization.
4141
42-
Everytime a message is read from pulsar topic, the serde is invoked to
42+
Every time a message is read from pulsar topic, the serde is invoked to
4343
serialize the bytes into an object before invoking the process method.
4444
Anytime a python object needs to be written back to pulsar, it is
4545
serialized into bytes before writing.

tests/test-conf/standalone-ssl.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
121121
# Authentication plugin to use when connecting to bookies
122122
bookkeeperClientAuthenticationPlugin=
123123

124-
# BookKeeper auth plugin implementatation specifics parameters name and values
124+
# BookKeeper auth plugin implementation specifics parameters name and values
125125
bookkeeperClientAuthenticationParametersName=
126126
bookkeeperClientAuthenticationParameters=
127127

tests/test-conf/standalone.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
109109
# Authentication plugin to use when connecting to bookies
110110
bookkeeperClientAuthenticationPlugin=
111111

112-
# BookKeeper auth plugin implementatation specifics parameters name and values
112+
# BookKeeper auth plugin implementation specifics parameters name and values
113113
bookkeeperClientAuthenticationParametersName=
114114
bookkeeperClientAuthenticationParameters=
115115

0 commit comments

Comments
 (0)