Spelling fixes s/verson/version/
authorMathieu Parent <math.parent@gmail.com>
Mon, 25 Mar 2019 14:22:55 +0000 (15:22 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 2 Apr 2019 01:12:11 +0000 (01:12 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/ldb/ldb_key_value/ldb_kv_cache.c

index c39273fb09730c3b77c8b43d6453d78482860dee..bcffc05b99ff74c1af7e0b0035c695a7618a6def 100644 (file)
@@ -302,7 +302,7 @@ static int ldb_kv_index_load(struct ldb_module *module,
        if (lmdb_subdb_version != 0) {
                ldb_set_errstring(ldb,
                                  "FATAL: This ldb_mdb database has "
-                                 "been written in a new verson of LDB "
+                                 "been written in a new version of LDB "
                                  "using a sub-database index that "
                                  "is not understood by ldb "
                                  LDB_VERSION);