check-meta: Fix typos in comment and error message (#431962)
This commit is contained in:
commit
468807b97a
@ -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}'"
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user