diff options
author | Daniel Mack <github@zonque.org> | 2016-02-24 15:51:34 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-24 15:51:34 +0100 |
commit | 96b08d65a12c304c59febbc52bc871753f0c6f31 (patch) | |
tree | 150de8b7f09fd85572ade2ddbc53d1769e36bcf9 /src/shared/condition.c | |
parent | 77d9510adc57224946393ed4fdc4e0468e3b501d (diff) | |
parent | 96d490114900686b4d17f9b751fab6e39cfcc560 (diff) |
Merge pull request #2722 from torstehu/fix-typo2
treewide: fix typos and then/that use
Diffstat (limited to 'src/shared/condition.c')
-rw-r--r-- | src/shared/condition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c index f93785865e..3a45ed265c 100644 --- a/src/shared/condition.c +++ b/src/shared/condition.c @@ -295,7 +295,7 @@ static int condition_test_needs_update(Condition *c) { return false; /* Any other failure means we should allow the condition to be true, - * so that we rather invoke too many update tools then too + * so that we rather invoke too many update tools than too * few. */ if (!path_is_absolute(c->parameter)) |