style: Fix typos

This commit is contained in:
Ed Page 2022-05-27 13:56:38 -05:00
parent 8f16f2ea41
commit e41a65d540

View file

@ -971,7 +971,7 @@ impl<'help, 'cmd> Parser<'help, 'cmd> {
self.start_occurrence_of_arg(matcher, opt);
let mut val_result = self.add_val_to_arg(opt, v, matcher, trailing_values)?;
if val_result != ParseResult::ValuesDone {
debug!("Parser::parse_opt_value: Overiding state {:?}; no values accepted after attached", val_result);
debug!("Parser::parse_opt_value: Overriding state {:?}; no values accepted after attached", val_result);
val_result = ParseResult::ValuesDone;
}
Ok(val_result)