Skip to content

Commit

Permalink
chore: fix typos in interface ClientAuthProvider and BookieAuthProvid…
Browse files Browse the repository at this point in the history
…er (#4311)
  • Loading branch information
hanmz committed Apr 23, 2024
1 parent 9f202b0 commit b812912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ interface Factory {
/**
* Initialize the factory with the server configuration
* and protobuf message registry. Implementors must
* add any extention messages which contain the auth
* add any extension messages which contain the auth
* payload, so that the server can decode auth messages
* it receives from the client.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface Factory {
/**
* Initialize the factory with the client configuration
* and protobuf message registry. Implementors must
* add any extention messages which contain the auth
* add any extension messages which contain the auth
* payload, so that the client can decode auth messages
* it receives from the server.
*/
Expand Down

0 comments on commit b812912

Please sign in to comment.