chore(typos): fix typos

This commit is contained in:
a-kenji 2023-08-03 09:05:40 +02:00 committed by Michael Murphy
parent ce2ba21794
commit 0febac5c59
6 changed files with 10 additions and 10 deletions

View file

@ -46,7 +46,7 @@ pub fn mime_from_path(path: &Path) -> Cow<'static, str> {
}
}
/// Launches a file with its default appplication via `xdg-open`.
/// Launches a file with its default application via `xdg-open`.
pub fn xdg_open<S: AsRef<OsStr>>(file: S) {
let _ = tokio::process::Command::new("xdg-open")
.arg(file)