summaryrefslogtreecommitdiffstats
path: root/server/reds.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/reds.h')
-rw-r--r--server/reds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/reds.h b/server/reds.h
index b9d53365..6eed02be 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -31,7 +31,7 @@ typedef struct RedsStreamContext {
SpiceWatch *watch;
/* set it to TRUE if you shutdown the socket. shutdown read doesn't work as accepted -
- receive may return data afterwards. check the flag before calling receive*/
+ receive may return data afterward. check the flag before calling receive*/
int shutdown;
SSL *ssl;