[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon May 9 00:18:02 MDT 2011


The branch, master has been updated
       via  8aab926 tevent: Fix a typo
       via  1cb16a0 s3: Fix a typo
      from  d957fd5 selftest: Test both users created in plugin_s4_dc environment

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


- Log -----------------------------------------------------------------
commit 8aab926c2804230b633e0eb29655f4e32226aa4f
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 9 07:13:00 2011 +0200

    tevent: Fix a typo
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon May  9 08:17:08 CEST 2011 on sn-devel-104

commit 1cb16a00009ee0cd8c442d2b52031f69805b4b8c
Author: Samba-JP oota <ribbon at samba.gr.jp>
Date:   Mon May 9 07:12:25 2011 +0200

    s3: Fix a typo

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

Summary of changes:
 docs-xml/manpages-3/idmap_rid.8.xml |    2 +-
 lib/tevent/tevent.h                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/idmap_rid.8.xml b/docs-xml/manpages-3/idmap_rid.8.xml
index a2a1c58..2fb246f 100644
--- a/docs-xml/manpages-3/idmap_rid.8.xml
+++ b/docs-xml/manpages-3/idmap_rid.8.xml
@@ -28,7 +28,7 @@
 	Currently, there should to be an explicit idmap configuration for each
 	domain that should use the idmap_rid backend, using disjoint ranges.
 	One usually needs to define a writeable default idmap range, using
-	a backent like <parameter>tdb</parameter> or <parameter>ldap</parameter>
+	a backend like <parameter>tdb</parameter> or <parameter>ldap</parameter>
 	that can create unix ids, in order to be able to map the BUILTIN sids
 	and other domains, and also in order to be able to create group mappings.
 	See the example below.
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 665c491..f4eb60c 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -136,7 +136,7 @@ struct tevent_context *tevent_context_init_byname(TALLOC_CTX *mem_ctx, const cha
 const char **tevent_backend_list(TALLOC_CTX *mem_ctx);
 
 /**
- * @brief Set the default tevent backent.
+ * @brief Set the default tevent backend.
  *
  * @param[in]  backend  The name of the backend to set.
  */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list