diff --git a/src/notify.c b/src/notify.c index 94a1f2e79..3117198a8 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);