Description: Fix typo
authorviric <viriketo@gmail.com>
Sun, 20 Mar 2016 11:25:53 +0100
changeset 346 90545736507e
parent 345 c8fd555369d1
child 347 79b87e385bc5
Description: Fix typo Author: Alexander Inyukhin <shurick@sectorb.msk.ru> Last-Update: 2016-03-20
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 */