forked from lix-project/lix
Fix typo in flake.cc
non-existant -> non-existent
This commit is contained in:
parent
a9fab18a91
commit
694a9dc282
|
@ -377,7 +377,7 @@ LockedFlake lockFlake(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
warn(
|
warn(
|
||||||
"%s has a `follows'-declaration for a non-existant input %s!",
|
"%s has a `follows'-declaration for a non-existent input %s!",
|
||||||
root,
|
root,
|
||||||
follow
|
follow
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue