diff --git a/src/main.rs b/src/main.rs index 77e7b66..70ae9c2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -973,7 +973,7 @@ async fn run() -> Result<()> { if licenses.is_empty() { writeln!( out, - "licenses.unfree; # FIXME: nix-init did not found a license", + "licenses.unfree; # FIXME: nix-init did not find a license", )?; } else if let [license] = &licenses[..] { writeln!(out, "licenses.{license};")?;