diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-07-13 01:10:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 01:10:32 +0900 |
commit | 694a9dc282dd9f07e9f8f1bc7362bef50588389c (patch) | |
tree | 0ed5502ceba6d8894d0dc4404aedef60ba082036 /src | |
parent | a9fab18a9176e72402a4ad4ce73ccc6c2804bd53 (diff) |
Fix typo in flake.cc
non-existant -> non-existent
Diffstat (limited to 'src')
-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 ); |