Skip to content

Commit ceb25c3

Browse files
authored
chore(channel): Fix typo (#2141)
1 parent f10bb76 commit ceb25c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/src/transport/channel/service/add_origin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ where
5353
head.uri = {
5454
// Split the request URI into parts.
5555
let mut uri: http::uri::Parts = head.uri.into();
56-
// Update the URI parts, setting hte scheme and authority
56+
// Update the URI parts, setting the scheme and authority
5757
uri.scheme = self.scheme.clone();
5858
uri.authority = self.authority.clone();
5959

0 commit comments

Comments
 (0)