nss-pam-ldapd commit: r1068 - nss-pam-ldapd/common
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1068 - nss-pam-ldapd/common
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1068 - nss-pam-ldapd/common
- Date: Sat, 27 Feb 2010 15:45:31 +0100 (CET)
Author: arthur
Date: Sat Feb 27 15:45:29 2010
New Revision: 1068
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1068
Log:
fix typo
Modified:
nss-pam-ldapd/common/dict.h
Modified: nss-pam-ldapd/common/dict.h
==============================================================================
--- nss-pam-ldapd/common/dict.h Sat Feb 27 15:08:47 2010 (r1067)
+++ nss-pam-ldapd/common/dict.h Sat Feb 27 15:45:29 2010 (r1068)
@@ -59,7 +59,7 @@
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;
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1068 - nss-pam-ldapd/common,
Commits of the nss-pam-ldapd project.