[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1288-g6552721

Michael Adam obnox at samba.org
Mon Apr 27 11:25:02 GMT 2009


The branch, master has been updated
       via  65527216f1289f366d83beb936a668b32cf44d38 (commit)
      from  e935d8616b3846695f4633ca0dbbc36ee54608e4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 65527216f1289f366d83beb936a668b32cf44d38
Author: Michael Adam <obnox at samba.org>
Date:   Mon Apr 27 13:25:07 2009 +0200

    s3:libsmbconf: fix a comment typo
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/smbconf/smbconf_reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c
index 54ce534..aa6c60f 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;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list