aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
diff options
context:
space:
mode:
authorujjwal <ujjwal.jain@vanderbilt>2020-09-22 23:37:06 +0530
committerujjwal <ujjwal.jain@vanderbilt>2020-09-22 23:37:06 +0530
commita2f5c921d41c941315ce783f66469bfb20e2c1b3 (patch)
treedab953c569c407956a5841195433eff14286b351 /src/libexpr
parent649d3aaf2481b928120b6ce77d68b1b7c68f69e6 (diff)
fixed typo
Diffstat (limited to 'src/libexpr')
-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 01f464859..783b98ef0 100644
--- a/src/libexpr/flake/flake.cc
+++ b/src/libexpr/flake/flake.cc
@@ -367,7 +367,7 @@ LockedFlake lockFlake(
/* If we have an --update-input flag for an input
of this input, then we must fetch the flake to
- to update it. */
+ update it. */
auto lb = lockFlags.inputUpdates.lower_bound(inputPath);
auto hasChildUpdate =