From 2763470dee278c22aff854b9e9c91515b708731f Mon Sep 17 00:00:00 2001 From: binyan Date: Wed, 2 Dec 2015 17:41:39 +0800 Subject: [PATCH] modify error word keyevente Signed-off-by: binyan --- src/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notify.c b/src/notify.c index 94a1f2e79d..3117198a88 100644 --- a/src/notify.c +++ b/src/notify.c @@ -115,7 +115,7 @@ void notifyKeyspaceEvent(int type, char *event, robj *key, int dbid) { decrRefCount(chanobj); } - /* __keyevente@__: notifications. */ + /* __keyevent@__: notifications. */ if (server.notify_keyspace_events & NOTIFY_KEYEVENT) { chan = sdsnewlen("__keyevent@",11); if (len == -1) len = ll2string(buf,sizeof(buf),dbid);