]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/explicite /explicit /
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:01:54 +0000 (22:01 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/utils/net_registry_check.c

index 2274b739b0d6341a34695dd2400f56351bb37f84..c7f0091bf6a1f5bd38d8a5a0dc02bd661345a38c 100644 (file)
@@ -957,7 +957,7 @@ write_subkeylist(struct db_context *db, struct regkey *key, char sep)
                struct regkey *subkey = key->subkeys[i];
                const char *name = subkey->name;
                if (name == NULL) {
-                       printf("Warning: no explicite name for key %s\n",
+                       printf("Warning: no explicit name for key %s\n",
                               subkey->path);
                        name = strrchr_m(subkey->path, sep);
                        assert(name);