summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2018-09-17 15:41:24 +0200
committerGitHub <noreply@github.com>2018-09-17 15:41:24 +0200
commitf39bb4107cd22986b3d206f40c1fa0208401e41a (patch)
tree429714076fc087d4d576a297fe6267d010fd4520
parent394b974920cee6b83c7a1cf01bb43d8e0580a8ae (diff)
parentb2fc998ad64d17ed8e1bb3d3fed9a2cd5815553d (diff)
downloadredis-f39bb4107cd22986b3d206f40c1fa0208401e41a.tar.gz
Merge pull request #5352 from gkorland/patch-3
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