Merge pull request #5352 from gkorland/patch-3

typo fix
This commit is contained in:
Salvatore Sanfilippo 2018-09-17 15:41:24 +02:00 committed by GitHub
commit f39bb4107c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ void *HelloBlock_ThreadMain(void *arg) {
/* An example blocked client disconnection callback. /* An example blocked client disconnection callback.
* *
* Note that in the case of the HELLO.BLOCK command, the blocked client is now * 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 * much we can do, however normally we could instead implement a way to
* signal the thread that the client disconnected, and sleep the specified * 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 * amount of seconds with a while loop calling sleep(1), so that once we