Correct "explicity" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 20:00:16 +0000 (09:00 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:23 +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>
docs-xml/manpages/vfs_btrfs.8.xml
docs-xml/using_samba/ch04.xml
source4/heimdal/lib/hx509/cert.c

index c2589c474fbf19e1ad3deb5089aafd4a6fb0d783..85603bc36209921b04583694fd492735db9067fb 100644 (file)
@@ -96,7 +96,7 @@
        </programlisting>
        <para>
                To use the experimental snapshot manipulation functionality
        </programlisting>
        <para>
                To use the experimental snapshot manipulation functionality
-               provided by this module, it must be explicity enabled, and
+               provided by this module, it must be explicitly enabled, and
                Samba's FSRVP server must be running.
        </para>
        <para>
                Samba's FSRVP server must be running.
        </para>
        <para>
index 50f1d0e27bd51ee9a89e7b6cc102c0d22a817599..f8b45093aef5533d92bf8e76886cbf903b27fb21 100644 (file)
@@ -1362,7 +1362,7 @@ writeable = yes</programlisting>
 <indexterm id="ch04-idx-967307-0"><primary>hosts</primary><secondary>subnets and,
 caution with</secondary></indexterm>
 <indexterm id="ch04-idx-967307-1"><primary>subnets</primary><secondary>hosts and,
 <indexterm id="ch04-idx-967307-0"><primary>hosts</primary><secondary>subnets and,
 caution with</secondary></indexterm>
 <indexterm id="ch04-idx-967307-1"><primary>subnets</primary><secondary>hosts and,
-caution with</secondary></indexterm>Take care that you don't explicity
+caution with</secondary></indexterm>Take care that you don't explicitly
 allow a host to access a share, but then deny access to the entire
 subnet of which the host is part.</para>
 
 allow a host to access a share, but then deny access to the entire
 subnet of which the host is part.</para>
 
index 921819bca73424e38c2d91b5e36a76c87345f6c7..329fc179cb559dc8ea1d62b316fa6b73078c80cd 100644 (file)
@@ -2092,7 +2092,7 @@ hx509_verify_path(hx509_context context,
                if (find_extension(c, &asn1_oid_id_x509_ce_subjectAltName, &j)) {
                    ret = HX509_PROXY_CERT_INVALID;
                    hx509_set_error_string(context, 0, ret,
                if (find_extension(c, &asn1_oid_id_x509_ce_subjectAltName, &j)) {
                    ret = HX509_PROXY_CERT_INVALID;
                    hx509_set_error_string(context, 0, ret,
-                                          "Proxy certificate have explicity "
+                                          "Proxy certificate have explicitly "
                                           "forbidden subjectAltName");
                    goto out;
                }
                                           "forbidden subjectAltName");
                    goto out;
                }
@@ -2101,7 +2101,7 @@ hx509_verify_path(hx509_context context,
                if (find_extension(c, &asn1_oid_id_x509_ce_issuerAltName, &j)) {
                    ret = HX509_PROXY_CERT_INVALID;
                    hx509_set_error_string(context, 0, ret,
                if (find_extension(c, &asn1_oid_id_x509_ce_issuerAltName, &j)) {
                    ret = HX509_PROXY_CERT_INVALID;
                    hx509_set_error_string(context, 0, ret,
-                                          "Proxy certificate have explicity "
+                                          "Proxy certificate have explicitly "
                                           "forbidden issuerAltName");
                    goto out;
                }
                                           "forbidden issuerAltName");
                    goto out;
                }