[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5201-g3df28fc

Karolin Seeger kseeger at samba.org
Tue Apr 7 18:17:44 GMT 2009


The branch, v3-3-test has been updated
       via  3df28fce45ce552df2c0815597fc1808ea08b363 (commit)
       via  7648c51afaf844e576935dadc0d66a94e2cad28b (commit)
       via  a33677c8a80925965a4023785fc3a221d2ed9585 (commit)
       via  56e877662dd6da64b348803c24e85f60ee6b3d85 (commit)
       via  0b1a17739c8295642b8697cba3d3907238ad935d (commit)
      from  8950b5acfcae187f73549c62e63fdc97c5764419 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 3df28fce45ce552df2c0815597fc1808ea08b363
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 20:01:27 2009 +0200

    s3/popt.h: Fix typo.
    
    This used to be commit 8da2fa36 in master.
    
    Karolin

commit 7648c51afaf844e576935dadc0d66a94e2cad28b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 20:00:47 2009 +0200

    s3/loadparm: Fiy typos.
    
    This used to be commit 44588095 in master.
    
    Karolin

commit a33677c8a80925965a4023785fc3a221d2ed9585
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 19:58:47 2009 +0200

    s3/gpo_ldap: Fix typo.
    
    This used to be commit a103222e in master.
    
    Karolin

commit 56e877662dd6da64b348803c24e85f60ee6b3d85
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 19:58:14 2009 +0200

    s3/smbconf_reg: Fix typo.
    
    This used to be commit 6343cab3 in master.
    
    Karolin

commit 0b1a17739c8295642b8697cba3d3907238ad935d
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 7 19:55:45 2009 +0200

    s3/docs: Fix typo.
    
    Karolin
    (cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890)

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

Summary of changes:
 docs-xml/manpages-3/smbcontrol.1.xml |    2 +-
 source/lib/smbconf/smbconf_reg.c     |    2 +-
 source/libgpo/gpo_ldap.c             |    2 +-
 source/param/loadparm.c              |    4 ++--
 source/popt/popt.h                   |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/smbcontrol.1.xml b/docs-xml/manpages-3/smbcontrol.1.xml
index 46dd660..d4bccb7 100644
--- a/docs-xml/manpages-3/smbcontrol.1.xml
+++ b/docs-xml/manpages-3/smbcontrol.1.xml
@@ -66,7 +66,7 @@
 		<para>The <parameter>all</parameter> destination causes the 
 		message to "broadcast" to all running daemons including nmbd and
 		winbind. This is a change for Samba 3.3, prior to this the
-		paramter smbd used to do this.</para>
+		parameter smbd used to do this.</para>
 
 		<para>The <parameter>smbd</parameter> destination causes the 
 		message to be sent to the smbd daemon specified in the 
diff --git a/source/lib/smbconf/smbconf_reg.c b/source/lib/smbconf/smbconf_reg.c
index 9a78692..ce4a76e 100644
--- a/source/lib/smbconf/smbconf_reg.c
+++ b/source/lib/smbconf/smbconf_reg.c
@@ -193,7 +193,7 @@ static WERROR smbconf_reg_set_value(struct registry_key *key,
 	if (!strequal(subkeyname, GLOBAL_NAME) &&
 	    lp_parameter_is_global(valname))
 	{
-		DEBUG(5, ("Global paramter '%s' not allowed in "
+		DEBUG(5, ("Global parameter '%s' not allowed in "
 			  "service definition ('%s').\n", canon_valname,
 			  subkeyname));
 		werr = WERR_INVALID_PARAM;
diff --git a/source/libgpo/gpo_ldap.c b/source/libgpo/gpo_ldap.c
index 0e77f0a..02bd408 100644
--- a/source/libgpo/gpo_ldap.c
+++ b/source/libgpo/gpo_ldap.c
@@ -453,7 +453,7 @@ ADS_STATUS ads_delete_gpo_link(ADS_STRUCT *ads,
 }
 
 /****************************************************************
- get a GROUP_POLICY_OBJECT structure based on different input paramters
+ get a GROUP_POLICY_OBJECT structure based on different input parameters
 ****************************************************************/
 
 ADS_STATUS ads_get_gpo(ADS_STRUCT *ads,
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 027cd3d..db72e64 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -860,7 +860,7 @@ static const struct enum_list enum_config_backend[] = {
 
 /* Note: We do not initialise the defaults union - it is not allowed in ANSI C
  *
- * The FLAG_HIDE is explicit. Paramters set this way do NOT appear in any edit
+ * The FLAG_HIDE is explicit. Parameters set this way do NOT appear in any edit
  * screen in SWAT. This is used to exclude parameters as well as to squash all
  * parameters that have been duplicated by pseudonyms.
  *
@@ -869,7 +869,7 @@ static const struct enum_list enum_config_backend[] = {
  *	 Set FLAG_SHARE and FLAG_PRINT to specifically display parameters in
  *        respective views.
  *
- * NOTE2: Handling of duplicated (synonym) paramters:
+ * NOTE2: Handling of duplicated (synonym) parameters:
  *	Only the first occurance of a parameter should be enabled by FLAG_BASIC
  *	and/or FLAG_ADVANCED. All duplicates following the first mention should be
  *	set to FLAG_HIDE. ie: Make you must place the parameter that has the preferred
diff --git a/source/popt/popt.h b/source/popt/popt.h
index 08701d7..7b94a98 100644
--- a/source/popt/popt.h
+++ b/source/popt/popt.h
@@ -83,7 +83,7 @@
 #define POPT_ERROR_NOARG	-10	/*!< missing argument */
 #define POPT_ERROR_BADOPT	-11	/*!< unknown option */
 #define POPT_ERROR_OPTSTOODEEP	-13	/*!< aliases nested too deeply */
-#define POPT_ERROR_BADQUOTE	-15	/*!< error in paramter quoting */
+#define POPT_ERROR_BADQUOTE	-15	/*!< error in parameter quoting */
 #define POPT_ERROR_ERRNO	-16	/*!< errno set, use strerror(errno) */
 #define POPT_ERROR_BADNUMBER	-17	/*!< invalid numeric value */
 #define POPT_ERROR_OVERFLOW	-18	/*!< number too large or too small */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list