Skip to content

Commit

Permalink
Fix typo: veriication -> verification (#2207)
Browse files Browse the repository at this point in the history
Co-authored-by: will.k <will.k@kakaocorp.com>
  • Loading branch information
dongwook-chan and dongwook-chan authored Feb 22, 2021
1 parent 6521c1d commit f19e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/producer/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class KafkaProducer(object):
should verify that the certificate matches the brokers hostname.
default: true.
ssl_cafile (str): optional filename of ca file to use in certificate
veriication. default: none.
verification. default: none.
ssl_certfile (str): optional filename of file in pem format containing
the client certificate, as well as any ca certificates needed to
establish the certificate's authenticity. default: none.
Expand Down

0 comments on commit f19e423

Please sign in to comment.