From 681f63a382dbe63c57cf9d3daa6cc956c2039ecb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Jun 2015 02:15:11 +0200 Subject: [PATCH] Typo --- src/hydra-queue-runner/build-remote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index a2b69c2b..befb13fa 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -100,7 +100,7 @@ static void copyClosureTo(std::shared_ptr store, if (token()) printMsg(lvlDebug, format("got copy closure token after %1%s") % (stop - start)); else - printMsg(lvlDebug, format("dit not get copy closure token after %1%s") % (stop - start)); + printMsg(lvlDebug, format("did not get copy closure token after %1%s") % (stop - start)); printMsg(lvlDebug, format("sending %1% missing paths") % missing.size());