From: Michael Adam Date: Mon, 27 Apr 2009 11:25:07 +0000 (+0200) Subject: s3:libsmbconf: fix a comment typo X-Git-Tag: tdb-1.1.5~885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65527216f1289f366d83beb936a668b32cf44d38;p=thirdparty%2Fsamba.git s3:libsmbconf: fix a comment typo Michael --- diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index 54ce5348a74..aa6c60f14cd 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; }