forked from lix-project/lix
Fix spelling error.
This commit is contained in:
parent
bd5328814f
commit
bcb3da3b6b
|
@ -22,7 +22,7 @@ struct Tree
|
||||||
struct InputScheme;
|
struct InputScheme;
|
||||||
|
|
||||||
// The Input object is generated by a specific fetcher, based on the
|
// The Input object is generated by a specific fetcher, based on the
|
||||||
// user-supplied input attribute in the flake.nix file, and contians
|
// user-supplied input attribute in the flake.nix file, and contains
|
||||||
// the information that the specific fetcher needs to perform the
|
// the information that the specific fetcher needs to perform the
|
||||||
// actual fetch. The Input object is most commonly created via the
|
// actual fetch. The Input object is most commonly created via the
|
||||||
// "fromURL()" or "fromAttrs()" static functions which are provided the
|
// "fromURL()" or "fromAttrs()" static functions which are provided the
|
||||||
|
|
Loading…
Reference in a new issue