Skip to content

Commit

Permalink
Merge pull request #57 from nazar-pc/patch-1
Browse files Browse the repository at this point in the history
Fix fallback app name
  • Loading branch information
hoodie authored Sep 11, 2024
2 parents d6c108c + 2099b8a commit bf9b7c9
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 @@ -26,7 +26,7 @@ mod application {
}
ApplicationError::CouldNotSet(e) => write!(
f,
"Could not set application '{}', using default \"com.apple.Termial\"",
"Could not set application '{}', using default \"com.apple.Terminal\"",
e
),
}
Expand Down

0 comments on commit bf9b7c9

Please sign in to comment.