diff options
author | Robert Hensing <robert@roberthensing.nl> | 2020-10-18 14:26:23 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2020-10-18 14:26:37 +0200 |
commit | 94f1e4a441ee64bcc7a961d941ec901de750d880 (patch) | |
tree | 25a5eaf1b98cfa4638e52a473d769843034b0357 /src | |
parent | 05e6fe69f91a2f17051ca6bf37509dafe44d7b30 (diff) |
Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/build/goal.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh index 360c160ce..0781a9d38 100644 --- a/src/libstore/build/goal.hh +++ b/src/libstore/build/goal.hh @@ -46,7 +46,7 @@ struct Goal : public std::enable_shared_from_this<Goal> unsigned int nrNoSubstituters; /* Number of substitution goals we are/were waiting for that - failed because othey had unsubstitutable references. */ + failed because they had unsubstitutable references. */ unsigned int nrIncompleteClosure; /* Name of this goal for debugging purposes. */ |