X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest-job-type.c;h=9de21e18234f4f8cfacd9a76645ecd9d5da3ffcb;hp=9e2fc35f4e89180e1b1037f78156b97f93d15df3;hb=462d63db0680c2b69d5426ded197342372ebe309;hpb=96d4ce01103ebebe9335fb321667043bb620c06b 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));