Skip to content

Commit

Permalink
Auto merge of #2873 - integer32llc:typo, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo in logging statement
  • Loading branch information
bors authored Jul 14, 2016
2 parents 2e5c30c + bfc5c17 commit 1c329c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_rustc/fingerprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl Fingerprint {
let a = a.0.lock().unwrap();
let b = b.0.lock().unwrap();
if *a != *b {
bail!("mtime based comopnents have changed: {:?} != {:?}, \
bail!("mtime based components have changed: {:?} != {:?}, \
paths are {:?} and {:?}", *a, *b, ap, bp)
}
}
Expand Down

0 comments on commit 1c329c4

Please sign in to comment.