Skip to content

Commit

Permalink
Auto merge of #21281 - felixrabe:patch-1, r=paulrouget
Browse files Browse the repository at this point in the history
Fix copy paste typo

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21281)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 30, 2018
2 parents de48f25 + cbae7c6 commit 2cb7f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/servo/lib.rs
Expand Up @@ -350,7 +350,7 @@ impl<Window> Servo<Window> where Window: WindowMethods + 'static {
WindowEvent::SendError(ctx, e) => {
let msg = ConstellationMsg::SendError(ctx, e);
if let Err(e) = self.constellation_chan.send(msg) {
warn!("Sending CloseBrowser message to constellation failed ({}).", e);
warn!("Sending SendError message to constellation failed ({}).", e);
}
}
}
Expand Down

0 comments on commit 2cb7f15

Please sign in to comment.