mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Spelling fixes s/explicite /explicit /
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
c5e97f1aa1
commit
e6654b5f43
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user