Skip to content

Commit 623e475

Browse files
committed
test: 'ratcher' is not a word
1 parent d2f73ab commit 623e475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ impl<T: Writer> ConsoleTestState<T> {
608608
let ratchet_success = match *ratchet_metrics {
609609
None => true,
610610
Some(ref pth) => {
611-
try!(self.write_plain(format!("\nusing metrics ratcher: {}\n",
611+
try!(self.write_plain(format!("\nusing metrics ratchet: {}\n",
612612
pth.display())));
613613
match ratchet_pct {
614614
None => (),

0 commit comments

Comments
 (0)