From: Mathieu Parent Date: Thu, 29 Aug 2019 20:01:54 +0000 (+0200) Subject: Spelling fixes s/explicite /explicit / X-Git-Tag: tevent-0.10.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6654b5f43f26a998a0a11893ed2cec842f26d16;p=thirdparty%2Fsamba.git Spelling fixes s/explicite /explicit / Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source3/utils/net_registry_check.c b/source3/utils/net_registry_check.c index 2274b739b0d..c7f0091bf6a 100644 --- a/source3/utils/net_registry_check.c +++ b/source3/utils/net_registry_check.c @@ -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);