From b6331677936f5c1395679297acdaf9797f8ab98d Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 3 Dec 2017 11:52:39 -0800 Subject: [PATCH] taskd.pl: correct typographical error Signed-off-by: Kyle J. McKay --- taskd/taskd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskd/taskd.pl b/taskd/taskd.pl index fa0a71b..5fe9938 100755 --- a/taskd/taskd.pl +++ b/taskd/taskd.pl @@ -259,7 +259,7 @@ package Throttle; # supplicants will always be limited to no more than # the 'maxproc' value (if > 0) no matter what the # 'maxjobs' value is. -# 'total' -> integer; the total number of pids belonging to this clase that +# 'total' -> integer; the total number of pids belonging to this class that # can currently be found in %pid. # 'active' -> integer; the number of currently active supplicants which should # be the same as (the number of elements of %pid with a -- 2.11.4.GIT