From 8d16e7a3c635fe89d9eec207ab630a028150bb7c Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sat, 7 Apr 2012 15:45:53 +0300 Subject: [PATCH 1/1] Update src/dict.c --- src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict.c b/src/dict.c index 629a9391..e0622197 100644 --- a/src/dict.c +++ b/src/dict.c @@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val) * a value returns the dictEntry structure to the user, that will make * sure to fill the value field as he wishes. * - * This function is also directly exposed to user API to be called + * This function is also directly exposed to the user API to be called * mainly in order to store non-pointers inside the hash value, example: * * entry = dictAddRaw(dict,mykey); -- 2.45.2