Skip to content

Commit

Permalink
chore(channel): Fix typo (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 12, 2025
1 parent f10bb76 commit ceb25c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/channel/service/add_origin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ where
head.uri = {
// Split the request URI into parts.
let mut uri: http::uri::Parts = head.uri.into();
// Update the URI parts, setting hte scheme and authority
// Update the URI parts, setting the scheme and authority
uri.scheme = self.scheme.clone();
uri.authority = self.authority.clone();

Expand Down

0 comments on commit ceb25c3

Please sign in to comment.