X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjob.c;h=54bd4147e293753dfae99e31c4c5309a98fbec87;hp=46577fdf7a199384b50da6c19fd34e46c3feb4f1;hb=35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c;hpb=a9bd141b4a144d8da062f9f8fa13869bba0c7bce 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;