# HG changeset patch # User viric # Date 1458469553 -3600 # Node ID 90545736507ef5378977e51489e92ded5502ce80 # Parent c8fd555369d1d3638a073a8fbaacadbfbadf8477 Description: Fix typo Author: Alexander Inyukhin Last-Update: 2016-03-20 diff -r c8fd555369d1 -r 90545736507e jobs.c --- a/jobs.c Sun Mar 20 11:25:41 2016 +0100 +++ b/jobs.c Sun Mar 20 11:25:53 2016 +0100 @@ -360,7 +360,7 @@ add_notify_errorlevel_to(depended_job, p->jobid); else warning("The jobid %i is queued to do_depend on the jobid %i" - " suddenly non existant in the queue", p->jobid, + " suddenly non existent in the queue", p->jobid, p->depend_on); } else /* Otherwise take the finished job, or the last_errorlevel */