Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Rigo committed Aug 14, 2023
1 parent 70dcda0 commit b98d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn main() -> Result<()> {
// Find corresponding app
let selected_app = apps.iter().find(|a| a.command() == subcommand).unwrap();

// Parse applet args and get actual applte with options
// Parse applet args and get actual applet with options
let selected_app = selected_app.parse_args(sub_matches)?;

let mut inputval = vec![];
Expand Down

0 comments on commit b98d4ab

Please sign in to comment.