[PATCH] ldb: fix typos

Volker Lendecke vl at samba.org
Wed Nov 30 16:17:38 UTC 2016


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
>From 91b8c5b12e7b807cda66f438799488a481f280b7 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 21 Nov 2016 21:40:21 +0100
Subject: [PATCH] ldb: Fix typos

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/ldb/common/ldb_modules.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ldb/common/ldb_modules.c b/lib/ldb/common/ldb_modules.c
index 2105966..0c740af 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.
-- 
2.1.4



More information about the samba-technical mailing list