aboutsummaryrefslogtreecommitdiff
path: root/src/build-remote
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-02-26 16:29:37 +0100
committerGitHub <noreply@github.com>2021-02-26 16:29:37 +0100
commit17c98e03eac45b3c298567e8a1c04e3d4c4aa0d2 (patch)
tree68c601275c0283df90ae13ecd396bbfa152151ea /src/build-remote
parent14f51880bad5145e73eb150797e757440925913b (diff)
Update src/build-remote/build-remote.cc
Diffstat (limited to 'src/build-remote')
-rw-r--r--src/build-remote/build-remote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc
index 1be491603..7f3636f6b 100644
--- a/src/build-remote/build-remote.cc
+++ b/src/build-remote/build-remote.cc
@@ -311,7 +311,7 @@ connected:
localStore->locksHeld.insert(store->printStorePath(path)); /* FIXME: ugly */
copyPaths(ref<Store>(sshStore), store, missingPaths, NoRepair, NoCheckSigs, NoSubstitute);
}
- // XXX: Should e done as part of `copyPaths`
+ // XXX: Should be done as part of `copyPaths`
for (auto & realisation : missingRealisations) {
// Should hold, because if the feature isn't enabled the set
// of missing realisations should be empty