Skip to content

Commit

Permalink
Correct "explicity" 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 6e2869a commit 45b14b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs-xml/manpages/vfs_btrfs.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</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>
Expand Down
2 changes: 1 addition & 1 deletion docs-xml/using_samba/ch04.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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>

Expand Down
4 changes: 2 additions & 2 deletions source4/heimdal/lib/hx509/cert.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
"Proxy certificate have explicity "
"Proxy certificate have explicitly "
"forbidden subjectAltName");
goto out;
}
Expand All @@ -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,
"Proxy certificate have explicity "
"Proxy certificate have explicitly "
"forbidden issuerAltName");
goto out;
}
Expand Down

0 comments on commit 45b14b1

Please sign in to comment.