diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-07-13 10:55:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 10:55:25 +0200 |
commit | 438776cce73832470a5d30b2e77312643402ec41 (patch) | |
tree | 0ed5502ceba6d8894d0dc4404aedef60ba082036 /src/libexpr/flake/flake.cc | |
parent | a9fab18a9176e72402a4ad4ce73ccc6c2804bd53 (diff) | |
parent | 694a9dc282dd9f07e9f8f1bc7362bef50588389c (diff) |
Merge pull request #6794 from eltociear/patch-1
Fix typo in flake.cc
Diffstat (limited to 'src/libexpr/flake/flake.cc')
-rw-r--r-- | src/libexpr/flake/flake.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/flake/flake.cc b/src/libexpr/flake/flake.cc index 906e11251..233e52407 100644 --- a/src/libexpr/flake/flake.cc +++ b/src/libexpr/flake/flake.cc @@ -377,7 +377,7 @@ LockedFlake lockFlake( } } warn( - "%s has a `follows'-declaration for a non-existant input %s!", + "%s has a `follows'-declaration for a non-existent input %s!", root, follow ); |