check-meta: Fix typos in comment and error message (#431962)

This commit is contained in:
Ilan Joselevich
2025-08-09 00:38:04 +02:00
committed by GitHub
+2 -2
View File
@@ -290,7 +290,7 @@ let
however ${getNameWithVersion attrs} only has the outputs: ${builtins.concatStringsSep ", " actualOutputs}
and is missing the following ouputs:
and is missing the following outputs:
${concatStrings (builtins.map (output: " - ${output}\n") missingOutputs)}
'';
@@ -656,7 +656,7 @@ let
else if valid == "warn" then
(handleEvalWarning { inherit meta attrs; } { inherit (validity) reason errormsg; })
else
throw "Unknown validitiy: '${valid}'"
throw "Unknown validity: '${valid}'"
);
};