The branch, master has been updated
       via  05235d5 tdb: Fix a typo
      from  10b96e3 Fix the maxfids test so that it does not fork lots of 
processes and so that it works for all cases of maxfids.

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


- Log -----------------------------------------------------------------
commit 05235d5b444558f6d06ef12ea7d74850800425cf
Author: Volker Lendecke <[email protected]>
Date:   Sat Feb 16 13:26:36 2013 +0100

    tdb: Fix a typo
    
    Signed-off-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Simo Sorce <[email protected]>
    Autobuild-Date(master): Sat Feb 16 17:13:32 CET 2013 on sn-devel-104

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

Summary of changes:
 lib/tdb/common/open.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c
index 08b9450..05d7cae 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -215,7 +215,7 @@ _PUBLIC_ struct tdb_context *tdb_open_ex(const char *name, 
int hash_size, int td
                goto fail;
        }
 
-       /* now make a copy of the name, as the caller memory might went away */
+       /* now make a copy of the name, as the caller memory might go away */
        if (!(tdb->name = (char *)strdup(name))) {
                /*
                 * set the name as the given string, so that tdb_name() will


-- 
Samba Shared Repository

Reply via email to