summaryrefslogtreecommitdiff
path: root/src/libshared/condition.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libshared/condition.c')
-rw-r--r--src/libshared/condition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libshared/condition.c b/src/libshared/condition.c
index 1719a4c7a6..33ca6e029e 100644
--- a/src/libshared/condition.c
+++ b/src/libshared/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))