We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e6f38 commit 26a24d1Copy full SHA for 26a24d1
1 file changed
src/kafka-util/src/client.rs
@@ -626,7 +626,7 @@ where
626
// "Default tunnel" is actually the configured rewriting strategy used for brokers we haven't already rewritten.
627
match &self.default_tunnel {
628
// This "default tunnel" is actually a default tunnel.
629
- // Try connecting so we have a valid rewrite for thsi broker address.
+ // Try connecting so we have a valid rewrite for this broker address.
630
TunnelConfig::Ssh(default_tunnel) => {
631
// Multiple users could all run `connect` at the same time; only one ssh
632
// tunnel will ever be connected, and only one will be inserted into the
0 commit comments