Skip to content

Commit e7e5cc4

Browse files
committed
language: "email"
Missed three occurrences. Follow-up to 7a92f86
1 parent 556a42e commit e7e5cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/INTERNALS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl internals
1818
- [FILE](#file)
1919
- [SMB](#smb)
2020
- [LDAP](#ldap)
21-
- [E-mail](#email)
21+
- [Email](#email)
2222
- [General](#general)
2323
- [Persistent Connections](#persistent)
2424
- [multi interface/non-blocking](#multi)
@@ -354,7 +354,7 @@ LDAP
354354
Everything LDAP is in `lib/ldap.c` and `lib/openldap.c`.
355355

356356
<a name="email"></a>
357-
E-mail
357+
Email
358358
======
359359

360360
The email related source code is in `lib/imap.c`, `lib/pop3.c` and

docs/libcurl/libcurl-tutorial.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ alternative and a file attachment encoded in base64:
12211221
curl_mime *message = curl_mime_init(easyhandle);
12221222

12231223
/* The inline part is an alternative proposing the html and the text
1224-
versions of the e-mail. */
1224+
versions of the email. */
12251225
curl_mime *alt = curl_mime_init(easyhandle);
12261226

12271227
/* HTML message. */

0 commit comments

Comments
 (0)