Skip to content

Commit

Permalink
Correct "paramter" typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Reviewed-by: Garming Sam <[email protected]>
  • Loading branch information
lamby authored and GSam committed Feb 22, 2017
1 parent 897375e commit 3bf0fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctdb/doc/ctdb-tunables.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
<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.
Expand Down
2 changes: 1 addition & 1 deletion source4/dsdb/schema/schema_syntax.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3bf0fc7

Please sign in to comment.