Skip to content

Commit

Permalink
style: Fix debug typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 31, 2022
1 parent c052a97 commit 26c0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/parser.rs
Expand Up @@ -1132,7 +1132,7 @@ impl<'help, 'cmd> Parser<'help, 'cmd> {
self.resolve_pending(matcher)?;

debug!(
"Parser::react action={:?}, identifier={:?}, souce={:?}",
"Parser::react action={:?}, identifier={:?}, source={:?}",
arg.get_action(),
ident,
source
Expand Down

0 comments on commit 26c0f90

Please sign in to comment.