mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 18:21:21 +00:00
Correct "did not received" -> "did not receive" typos/grammar.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user