summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Korland <gkorland@gmail.com>2018-09-16 15:21:21 +0300
committerGitHub <noreply@github.com>2018-09-16 15:21:21 +0300
commitb2fc998ad64d17ed8e1bb3d3fed9a2cd5815553d (patch)
tree92d6c1dac46bc6e3aa9cccaf39e43a18e984d34b
parentc560ade831ad6196d51cd42fd533ed3664837e54 (diff)
downloadredis-b2fc998ad64d17ed8e1bb3d3fed9a2cd5815553d.tar.gz
typo fix
-rw-r--r--src/modules/helloblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/helloblock.c b/src/modules/helloblock.c
index 6bba17d33..b90ccaa50 100644
--- a/src/modules/helloblock.c
+++ b/src/modules/helloblock.c
@@ -77,7 +77,7 @@ void *HelloBlock_ThreadMain(void *arg) {
/* An example blocked client disconnection callback.
*
* Note that in the case of the HELLO.BLOCK command, the blocked client is now
- * owned by the thread calling sleep(). In this speciifc case, there is not
+ * owned by the thread calling sleep(). In this specific case, there is not
* much we can do, however normally we could instead implement a way to
* signal the thread that the client disconnected, and sleep the specified
* amount of seconds with a while loop calling sleep(1), so that once we