aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flake.cc
diff options
context:
space:
mode:
authorThéophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>2022-07-13 10:55:25 +0200
committerGitHub <noreply@github.com>2022-07-13 10:55:25 +0200
commit438776cce73832470a5d30b2e77312643402ec41 (patch)
tree0ed5502ceba6d8894d0dc4404aedef60ba082036 /src/libexpr/flake/flake.cc
parenta9fab18a9176e72402a4ad4ce73ccc6c2804bd53 (diff)
parent694a9dc282dd9f07e9f8f1bc7362bef50588389c (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.cc2
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
);