Unverified Commit 468807b9 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

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

parents f75ac1c6 4113779d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}'"
        );
      };