forked from lix-project/lix
Fix typo in comments
This commit is contained in:
parent
fb35aaa422
commit
d1b049c4ea
|
@ -44,7 +44,7 @@ public:
|
||||||
string queryDrvPath() const;
|
string queryDrvPath() const;
|
||||||
string queryOutPath() const;
|
string queryOutPath() const;
|
||||||
string queryOutputName() 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);
|
Outputs queryOutputs(bool onlyOutputsToInstall = false);
|
||||||
|
|
||||||
StringSet queryMetaNames();
|
StringSet queryMetaNames();
|
||||||
|
|
Loading…
Reference in a new issue