Correct "paramter" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:47:55 +0000 (08:47 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:21 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
ctdb/doc/ctdb-tunables.7.xml
source4/dsdb/schema/schema_syntax.c

index 8a789a5e3dc287510448998e67f5dcb0da6444d6..e3d818049cd8e2d1a048899384818dfbf41b2fde 100644 (file)
       <title>TDBMutexEnabled</title>
       <para>Default: 0</para>
       <para>
-       This paramter enables TDB_MUTEX_LOCKING feature on volatile
+       This parameter enables TDB_MUTEX_LOCKING feature on volatile
        databases if the robust mutexes are supported. This optimizes the
        record locking using robust mutexes and is much more efficient
        that using posix locks.
index fe99ad1681e0e2d52a1b7173c3ce9bc83973db03..6205373a3fcf6d7867743971193463ab83d8e16e 100644 (file)
@@ -2676,7 +2676,7 @@ const struct dsdb_syntax *dsdb_syntax_for_attribute(const struct dsdb_attribute
 
        for (i=0; i < ARRAY_SIZE(dsdb_syntaxes); i++) {
                /*
-                * We must pretend that userParamters was declared
+                * We must pretend that userParameters was declared
                 * binary string, so we can store the 'UTF16' (not
                 * really string) structure as given over SAMR to samba
                 */