summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/dict.h')
-rw-r--r--libglusterfs/src/dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/dict.h b/libglusterfs/src/dict.h
index a92fd2cb61a..7fd45e1cf34 100644
--- a/libglusterfs/src/dict.h
+++ b/libglusterfs/src/dict.h
@@ -122,7 +122,7 @@ void data_unref (data_t *data);
int32_t dict_lookup (dict_t *this, char *key, data_t **data);
/*
- TODO: provide converts for differnt byte sizes, signedness, and void *
+ TODO: provide converts for different byte sizes, signedness, and void *
*/
data_t *int_to_data (int64_t value);
data_t *str_to_data (char *value);