From e1d9857b123d41a4c9d03cb8bc05ea62acc0b066 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sat, 7 Apr 2012 15:48:30 +0300 Subject: [PATCH] Update src/rdb.c --- src/rdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rdb.c b/src/rdb.c index f328f006..d6d1fcc6 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) { } /* This will also be called when the set was just converted - * to regular hash table encoded set */ + * to a regular hash table encoded set */ if (o->encoding == REDIS_ENCODING_HT) { dictAdd((dict*)o->ptr,ele,NULL); } else {