Commit 38a5db6c authored by T.J. Schuck's avatar T.J. Schuck Committed by Matt Stancliff
Browse files

Fix typo radis -> redis

Closes #1938
parent ef5fc599
......@@ -407,7 +407,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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment