diff options
author | Michael Adam <obnox@samba.org> | 2009-04-27 13:25:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-04-27 13:25:07 +0200 |
commit | 65527216f1289f366d83beb936a668b32cf44d38 (patch) | |
tree | 5e3cae57f2c94c74232853fb90c44ac351ce19c3 /source3/lib/smbconf | |
parent | e935d8616b3846695f4633ca0dbbc36ee54608e4 (diff) | |
download | samba-65527216f1289f366d83beb936a668b32cf44d38.tar.gz samba-65527216f1289f366d83beb936a668b32cf44d38.tar.xz samba-65527216f1289f366d83beb936a668b32cf44d38.zip |
s3:libsmbconf: fix a comment typo
Michael
Diffstat (limited to 'source3/lib/smbconf')
-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; } |