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
@@ -114,7 +114,7 @@ pub trait Backend: Debug {
///
/// # Panics
///
/// This method shall panic when the backend does not support depedent packages.
/// This method shall panic when the backend does not support dependent packages.
fn make_dependency(&self, packages: &[Package]) -> Result<()> {
let mut cmd = Command::new(self.get_binary());
cmd.args(self.get_switches_make_dependency());