summaryrefslogtreecommitdiff
path: root/src/scripting.c
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2018-08-29 16:18:11 +0200
committerGitHub <noreply@github.com>2018-08-29 16:18:11 +0200
commit476eea95dad37aa2c11cd82627926b9d117e052a (patch)
tree946ff1d00f0b7bf4ca3b3c3def3495a5273aadbe /src/scripting.c
parentbd9259d12dfea67022d0401702142bb2b5033728 (diff)
parent132be8aed5c7669f3061d2861eb2570c9f41dc19 (diff)
downloadredis-476eea95dad37aa2c11cd82627926b9d117e052a.tar.gz
Merge pull request #4216 from lamby/did-not-received-typos
Correct "did not received" -> "did not receive" typos/grammar.
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);