Spelling fixes s/accidentially/accidentally/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:33:04 +0000 (22:33 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
docs-xml/manpages/samba-tool.8.xml
source4/torture/gentest.c

index c09e922e4f48dff800bbe0f06e814d49fdb77d70..9664bb9cd56a1d2e4ac35cf7953d2c03df73b250 100644 (file)
        <title>ntacl changedomsid <replaceable>original-domain-SID</replaceable> <replaceable>new-domain-SID</replaceable> <replaceable>file</replaceable> [options]</title>
        <para>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.</para>
 
        <variablelist>
index 06efb882849c8a54ff65fe958c37be58d1ab4b1c..76712b523977e0e9a8b57c4a79eacade1669525d 100644 (file)
@@ -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();