Skip to content

Commit 26a24d1

Browse files
jubradublubu
andauthored
Update src/kafka-util/src/client.rs
Co-authored-by: Kynan Rilee <kynan.rilee@gmail.com>
1 parent a9e6f38 commit 26a24d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kafka-util/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ where
626626
// "Default tunnel" is actually the configured rewriting strategy used for brokers we haven't already rewritten.
627627
match &self.default_tunnel {
628628
// This "default tunnel" is actually a default tunnel.
629-
// Try connecting so we have a valid rewrite for thsi broker address.
629+
// Try connecting so we have a valid rewrite for this broker address.
630630
TunnelConfig::Ssh(default_tunnel) => {
631631
// Multiple users could all run `connect` at the same time; only one ssh
632632
// tunnel will ever be connected, and only one will be inserted into the

0 commit comments

Comments
 (0)