mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
Fix typo
This commit is contained in:
@@ -327,7 +327,7 @@ int dictReplace(dict *d, void *key, void *val)
|
||||
dictEntry *entry, *existing, auxentry;
|
||||
|
||||
/* Try to add the element. If the key
|
||||
* does not exists dictAdd will suceed. */
|
||||
* does not exists dictAdd will succeed. */
|
||||
entry = dictAddRaw(d,key,&existing);
|
||||
if (entry) {
|
||||
dictSetVal(d, entry, val);
|
||||
|
||||
Reference in New Issue
Block a user