summaryrefslogtreecommitdiff
path: root/lib/ldb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-11-21 21:40:21 +0100
committerRalph Boehme <slow@samba.org>2016-11-30 20:36:24 +0100
commitb38c8da937e8129ee8096bd3059fcc1bb8f48633 (patch)
treedb3cdfaa9dfb678b25f8b311bc7062f9cc1bffbf /lib/ldb
parent78a77d468f4bef633d9039b155c4b2d66e70ac84 (diff)
downloadsamba-b38c8da937e8129ee8096bd3059fcc1bb8f48633.tar.gz
ldb: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib/ldb')
-rw-r--r--lib/ldb/common/ldb_modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ldb/common/ldb_modules.c b/lib/ldb/common/ldb_modules.c
index 21059668b57..0c740afaeb5 100644
--- a/lib/ldb/common/ldb_modules.c
+++ b/lib/ldb/common/ldb_modules.c
@@ -937,13 +937,13 @@ static int ldb_modules_load_path(const char *path, const char *version)
#ifdef RTLD_DEEPBIND
/*
* use deepbind if possible, to avoid issues with different
- * system library varients, for example ldb modules may be linked
+ * system library variants, for example ldb modules may be linked
* against Heimdal while the application may use MIT kerberos.
*
* See the dlopen manpage for details.
*
* One typical user is the bind_dlz module of Samba,
- * but symbol versioniong might be enough...
+ * but symbol versioning might be enough...
*
* We need a way to disable this in order to allow the
* ldb_*ldap modules to work with a preloaded socket wrapper.