s3:libsmbconf: fix a comment typo
authorMichael Adam <obnox@samba.org>
Mon, 27 Apr 2009 11:25:07 +0000 (13:25 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 27 Apr 2009 11:25:07 +0000 (13:25 +0200)
Michael

source3/lib/smbconf/smbconf_reg.c

index 54ce5348a74dd499c9ffb5fc4a18075e09ae3752..aa6c60f14cd5e7543a1ac0c462048a32b3d9410a 100644 (file)
@@ -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;
        }