Skip to content

Commit 38b39de

Browse files
authoredOct 6, 2024··
Fix typos (#1824)
1 parent 1489237 commit 38b39de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+171
-171
lines changed
 

‎Documentation/Content/Frequently-Asked-Questions.aml

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
</code>
185185
<para>
186186
The downside of the above example is that it requires hard-coding known values for "trusted" mail server
187-
certificates which can quickly become unweildy to deal with if your program is meant to be used with
187+
certificates which can quickly become unwieldy to deal with if your program is meant to be used with
188188
a wide range of mail servers.
189189
</para>
190190
<para>
@@ -823,7 +823,7 @@ message.WriteTo (options, stream);
823823
The method variant that has a
824824
<codeEntityReference>T:MimeKit.Cryptography.DigitalSignatureCollection</codeEntityReference>
825825
output parameter is useful in cases where the encrypted PGP blurb is also digitally signed,
826-
allowing you to get your hands on the list of digitial signatures in order for you to verify
826+
allowing you to get your hands on the list of digital signatures in order for you to verify
827827
each of them.
828828
</para>
829829
<para>

‎Documentation/Content/Working-With-Messages.aml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-->
1212

1313
<introduction>
14-
<para>MimeKit provies a number of ways to get the data you want from a message.</para>
14+
<para>MimeKit provides a number of ways to get the data you want from a message.</para>
1515
<autoOutline />
1616
</introduction>
1717

0 commit comments

Comments
 (0)
Please sign in to comment.