diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-14 17:07:46 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-14 17:07:46 +0100 |
commit | 4bd7613784a73b535544ad8fa4c792445b5b1b71 (patch) | |
tree | f7ac51ed3b6f51c053ef54f5e4a7b41fe9a85928 /tests/test_myldap.c | |
parent | 6028d0d03857e0d3940366230d9c63724f894d39 (diff) |
fix typo in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@494 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests/test_myldap.c')
-rw-r--r-- | tests/test_myldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_myldap.c b/tests/test_myldap.c index 7398e3a..cf0f836 100644 --- a/tests/test_myldap.c +++ b/tests/test_myldap.c @@ -43,7 +43,7 @@ int *scope_get_var(int map) {return NULL;} const char **filter_get_var(int map) {return NULL;} const char **attmap_get_var(int map,const char *name) {return NULL;} -/* This is a very basic search test, it performs a test to get ceirtain +/* This is a very basic search test, it performs a test to get certain entries from the database. It currently just prints out the DNs for the entries. */ static void test_search(void) |