processes: correct a typo
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 13 Jan 2016 08:12:23 +0000 (09:12 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 13 Jan 2016 08:12:23 +0000 (09:12 +0100)
src/processes.c

index bcc4ad5..aca18b9 100644 (file)
@@ -1014,7 +1014,7 @@ int ps_read_process (int pid, procstat_t *ps, char *state)
        /* Leave the rest at zero if this is only a zombi */
        if (ps->num_proc == 0)
        {
-               DEBUG ("processes plugin: This is only a zombi: pid = %i; "
+               DEBUG ("processes plugin: This is only a zombie: pid = %i; "
                                "name = %s;", pid, ps->name);
                return (0);
        }