X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjob.c;h=54bd4147e293753dfae99e31c4c5309a98fbec87;hb=c5d3439055d20be03ed3dff4b31f64da54319be0;hp=46577fdf7a199384b50da6c19fd34e46c3feb4f1;hpb=c0daa706d329d6cc593949b7d150d4972289ba93;p=elogind.git diff --git a/src/job.c b/src/job.c index 46577fdf7..54bd4147e 100644 --- a/src/job.c +++ b/src/job.c @@ -101,7 +101,7 @@ JobDependency* job_dependency_new(Job *subject, Job *object, bool matters, bool /* Adds a new job link, which encodes that the 'subject' job * needs the 'object' job in some way. If 'subject' is NULL * this means the 'anchor' job (i.e. the one the user - * explcitily asked for) is the requester. */ + * explicitly asked for) is the requester. */ if (!(l = new0(JobDependency, 1))) return NULL;