test: 'ratcher' is not a word
This commit is contained in:
parent
d2f73abf10
commit
623e475146
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ impl<T: Writer> ConsoleTestState<T> {
|
|||
let ratchet_success = match *ratchet_metrics {
|
||||
None => true,
|
||||
Some(ref pth) => {
|
||||
try!(self.write_plain(format!("\nusing metrics ratcher: {}\n",
|
||||
try!(self.write_plain(format!("\nusing metrics ratchet: {}\n",
|
||||
pth.display())));
|
||||
match ratchet_pct {
|
||||
None => (),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue