From 423c0440eaee8b66706ca1f00f90e2ece41b36b1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Dec 2018 12:07:02 +0100 Subject: [PATCH] Typo --- src/hydra-queue-runner/dispatcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydra-queue-runner/dispatcher.cc b/src/hydra-queue-runner/dispatcher.cc index 531c6b46..068d5c57 100644 --- a/src/hydra-queue-runner/dispatcher.cc +++ b/src/hydra-queue-runner/dispatcher.cc @@ -152,7 +152,7 @@ system_time State::doDispatch() establish priority between builds in the same jobset, but here it's used between steps in different jobsets if they happen to have the same lowest used scheduling share. But - that's not every likely. + that's not very likely. - The lowest ID of the builds depending on the step; i.e. older builds take priority over new ones.