From: Mathieu Parent Date: Thu, 29 Aug 2019 20:33:04 +0000 (+0200) Subject: Spelling fixes s/accidentially/accidentally/ X-Git-Tag: tevent-0.10.1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cc61f9b68ff12d77b698103d2ce99f3d84f6fa;p=thirdparty%2Fsamba.git Spelling fixes s/accidentially/accidentally/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index c09e922e4f4..9664bb9cd56 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -886,7 +886,7 @@ ntacl changedomsid <replaceable>original-domain-SID</replaceable> <replaceable>new-domain-SID</replaceable> <replaceable>file</replaceable> [options] Change the domain SID for ACLs. Can be used to change all entries in acl_xattr when the machine's SID - has accidentially changed or the data set has been copied + has accidentally changed or the data set has been copied to another machine either via backup/restore or rsync. diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index 06efb882849..76712b52397 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -2098,7 +2098,7 @@ static bool handler_smb_lockingx(int instance) parm[0].lockx.in.mode = gen_lock_mode(); parm[0].lockx.in.timeout = gen_timeout(); do { - /* make sure we don't accidentially generate an oplock + /* make sure we don't accidentally generate an oplock break ack - otherwise the server can just block forever */ parm[0].lockx.in.ulock_cnt = gen_lock_count(); parm[0].lockx.in.lock_cnt = gen_lock_count();