From c4ebc641338375dc08622dd48760d9db243c38dd Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Thu, 30 Nov 2023 11:39:30 +0100 Subject: [PATCH] Fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};")?;