summaryrefslogtreecommitdiff
path: root/ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.c')
-rw-r--r--ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl.c b/ssl.c
index a2c3b07..1fcf45c 100644
--- a/ssl.c
+++ b/ssl.c
@@ -337,7 +337,7 @@ error:
static int redisSSLConnect(redisContext *c, SSL *ssl) {
if (c->privctx) {
- __redisSetError(c, REDIS_ERR_OTHER, "redisContext was already associated");
+ __redisSetError(c, REDIS_ERR_OTHER, "redictContext was already associated");
return REDIS_ERR;
}