diff options
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) |