Merge pull request #2502 from janpath/patch-1

Fix typo in comments
This commit is contained in:
Eelco Dolstra
2018-11-01 00:49:52 +01:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ public:
string queryDrvPath() const;
string queryOutPath() const;
string queryOutputName() const;
/** Return the list of outputs. The "outputs to install" are determined by `mesa.outputsToInstall`. */
/** Return the list of outputs. The "outputs to install" are determined by `meta.outputsToInstall`. */
Outputs queryOutputs(bool onlyOutputsToInstall = false);
StringSet queryMetaNames();