chiark / gitweb /
Spelling Corrections
[elogind.git] / src / test-job-type.c
index 9e2fc35f4e89180e1b1037f78156b97f93d15df3..9de21e18234f4f8cfacd9a76645ecd9d5da3ffcb 100644 (file)
@@ -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));