Fix a typo.

This commit is contained in:
Brad Dunbar 2020-05-17 12:39:59 -04:00
parent 624742d9b4
commit b2a25f6b16
No known key found for this signature in database
GPG Key ID: C32E3CC9B201C719
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void processUnblockedClients(void) {
/* This function will schedule the client for reprocessing at a safe time.
*
* This is useful when a client was blocked for some reason (blocking opeation,
* This is useful when a client was blocked for some reason (blocking operation,
* CLIENT PAUSE, or whatever), because it may end with some accumulated query
* buffer that needs to be processed ASAP:
*