diff options
-rw-r--r-- | source3/lib/smbconf/smbconf_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index 54ce5348a7..aa6c60f14c 100644 --- a/source3/lib/smbconf/smbconf_reg.c +++ b/source3/lib/smbconf/smbconf_reg.c @@ -335,7 +335,7 @@ static WERROR smbconf_reg_get_includes_internal(TALLOC_CTX *mem_ctx, } if (value->type != REG_MULTI_SZ) { - /* wront type -- ignore */ + /* wrong type -- ignore */ goto done; } |