From 35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 21 Feb 2011 15:32:17 +0100 Subject: Spelling Corrections Just some lame spelling corrections with no functionality. --- src/test-job-type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test-job-type.c') diff --git a/src/test-job-type.c b/src/test-job-type.c index 9e2fc35f4e..9de21e1823 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)); -- cgit v1.2.3-54-g00ecf