Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 19, 2024
1 parent 4ce9f5e commit 30fb38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl fmt::Display for UptError {
NoTask => write!(f, "The package management tool cannot perform the task."),
NoDetectVendor => write!(
f,
"No package management tool avaiable, use `$UPT_TOOL` to specify one."
"No package management tool available, use `$UPT_TOOL` to specify one."
),
InvalidAction(v) => write!(f, "Invalid action '{}'.", v),
InvalidArgs(v) => write!(f, "Invalid arguments.\n\n{}", v),
Expand Down

0 comments on commit 30fb38a

Please sign in to comment.