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