summaryrefslogtreecommitdiff
path: root/src/test-job-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-job-type.c')
-rw-r--r--src/test-job-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-job-type.c b/src/test-job-type.c
index 9e2fc35f4..9de21e182 100644
--- a/src/test-job-type.c
+++ b/src/test-job-type.c
@@ -55,7 +55,7 @@ int main(int argc, char*argv[]) {
assert(!job_type_is_mergeable(b, c) || job_type_is_mergeable(d, c));
/* Verify that if a merged
- * with b is not mergable with
+ * with b is not mergeable with
* c then either a or b is not
* mergeable with c either. */
assert(job_type_is_mergeable(d, c) || !job_type_is_mergeable(a, c) || !job_type_is_mergeable(b, c));