Skip to content

Commit

Permalink
style: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 27, 2022
1 parent 8f16f2e commit e41a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/parser.rs
Expand Up @@ -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)
Expand Down

0 comments on commit e41a65d

Please sign in to comment.