Fix typo radis -> redis

Closes #1938
This commit is contained in:
T.J. Schuck
2014-10-06 10:01:36 +02:00
committed by antirez
parent 1adc4a7888
commit a7a2f69bdb
+1 -1
View File
@@ -387,7 +387,7 @@ void exitFromChild(int retcode) {
/*====================== Hash table type implementation ==================== */
/* This is a hash table type that uses the SDS dynamic strings library as
* keys and radis objects as values (objects can hold SDS strings,
* keys and redis objects as values (objects can hold SDS strings,
* lists, sets). */
void dictVanillaFree(void *privdata, void *val)