diff --git a/src/notify.c b/src/notify.c index 9bbeb142..f98cb920 100644 --- a/src/notify.c +++ b/src/notify.c @@ -117,7 +117,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);