summaryrefslogtreecommitdiff
path: root/src/scripting.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting.c')
-rw-r--r--src/scripting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting.c b/src/scripting.c
index 2732c87fb..9afc08a94 100644
--- a/src/scripting.c
+++ b/src/scripting.c
@@ -1725,7 +1725,7 @@ int ldbRemoveChild(pid_t pid) {
return 0;
}
-/* Return the number of children we still did not received termination
+/* Return the number of children we still did not receive termination
* acknowledge via wait() in the parent process. */
int ldbPendingChildren(void) {
return listLength(ldb.children);