diff options
author | Kevin Quick <kquick@galois.com> | 2020-09-27 13:04:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 20:04:06 +0000 |
commit | 5885b0cfd878b4b60556c5b03bbe52244d04191a (patch) | |
tree | 10152fdb1ea08f427982c1fc0e5965e7b12f3496 /src/libexpr/flake/flake.cc | |
parent | 8b4a542d1767e0df7b3c0902b766f34352cb0958 (diff) |
Miscellaneous spelling fixes in comments. (#4071)
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 760ed1a6e..b4ede542c 100644 --- a/src/libexpr/flake/flake.cc +++ b/src/libexpr/flake/flake.cc @@ -247,7 +247,7 @@ Flake getFlake(EvalState & state, const FlakeRef & originalRef, bool allowLookup } /* Compute an in-memory lock file for the specified top-level flake, - and optionally write it to file, it the flake is writable. */ + and optionally write it to file, if the flake is writable. */ LockedFlake lockFlake( EvalState & state, const FlakeRef & topRef, |