diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-02-27 15:45:29 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-02-27 15:45:29 +0100 |
commit | 2ddb64e50d2135ada47c9d5648bffea0f8512b0d (patch) | |
tree | 9b4529048b35800f9c6601b11b471c56090a355d /common/dict.h | |
parent | ef3b52573701244a66d70eec301ce53ccf94d5bc (diff) |
fix typo
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1068 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'common/dict.h')
-rw-r--r-- | common/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dict.h b/common/dict.h index 3a6108f..52d4c2e 100644 --- a/common/dict.h +++ b/common/dict.h @@ -59,7 +59,7 @@ void *dict_get(DICT *dict,const char *key) of the caller. */ void dict_free(DICT *dict); -/* Return the keys of the dicta as a list of strings. +/* Return the keys of the dict as a list of strings. The caller should free the memory with a single call to free(). */ const char **dict_keys(DICT *dict) MUST_USE; |