fix typos and release checklist

This commit is contained in:
ripytide
2024-04-14 17:21:05 +01:00
parent b473f8e432
commit 636a7a02ec
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ impl Config {
if e.kind() == ErrorKind::NotFound {
bail!(crate::Error::ConfigFileNotFound)
}
bail!("unexpected error occured: {e:?}");
bail!("unexpected error occurred: {e:?}");
}
};