Skip to content

Commit

Permalink
updaes->updates (linkerd#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Takanori Ishibashi <takanori.1112@gmail.com>
  • Loading branch information
11Takanori authored and hawkw committed May 14, 2019
1 parent 5f89351 commit b27dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/destination/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub struct Resolver {
request_tx: mpsc::UnboundedSender<ResolveRequest>,
}

/// Requests that resolution updaes for `authority` be sent on `responder`.
/// Requests that resolution updates for `authority` be sent on `responder`.
#[derive(Debug)]
struct ResolveRequest {
authority: NameAddr,
Expand Down

0 comments on commit b27dfb2

Please sign in to comment.