Skip to content

Commit

Permalink
Fix typo in logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Jul 14, 2016
1 parent 2e5c30c commit bfc5c17
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 bfc5c17

Please sign in to comment.