X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest-job-type.c;h=9de21e18234f4f8cfacd9a76645ecd9d5da3ffcb;hp=29bb9e492d4ca69f987a36dd5eeb66ed65107c40;hb=b9b2b042c5564dfff730eeab43db9ac4bbe4c650;hpb=d6c9574fb558d9e304699b1cc7522c3b133adfc9 diff --git a/src/test-job-type.c b/src/test-job-type.c index 29bb9e492..9de21e182 100644 --- a/src/test-job-type.c +++ b/src/test-job-type.c @@ -50,12 +50,12 @@ int main(int argc, char*argv[]) { /* Verify that merged entries can be * merged with the same entries they - * can be merged with seperately */ + * can be merged with separately */ assert(!job_type_is_mergeable(a, c) || job_type_is_mergeable(d, c)); 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));