summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-20 13:49:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-20 13:49:37 +0100
commite7e5cc4c63ad26ad458d8e130e2acfe25902b937 (patch)
treeb1d7e0fddafa9a4e14ac3798e6d4017a55f87bc6
parent556a42edfb9b3fcd744f2e032e59498bc8af4841 (diff)
downloadcurl-e7e5cc4c63ad26ad458d8e130e2acfe25902b937.tar.gz
language: "email"
Missed three occurrences. Follow-up to 7a92f86
-rw-r--r--docs/INTERNALS.md4
-rw-r--r--docs/libcurl/libcurl-tutorial.32
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index b0f55de5e..dbae5a223 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -18,7 +18,7 @@ curl internals
- [FILE](#file)
- [SMB](#smb)
- [LDAP](#ldap)
- - [E-mail](#email)
+ - [Email](#email)
- [General](#general)
- [Persistent Connections](#persistent)
- [multi interface/non-blocking](#multi)
@@ -354,7 +354,7 @@ LDAP
Everything LDAP is in `lib/ldap.c` and `lib/openldap.c`.
<a name="email"></a>
-E-mail
+Email
======
The email related source code is in `lib/imap.c`, `lib/pop3.c` and
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3
index 266495b44..9f045389a 100644
--- a/docs/libcurl/libcurl-tutorial.3
+++ b/docs/libcurl/libcurl-tutorial.3
@@ -1221,7 +1221,7 @@ alternative and a file attachment encoded in base64:
curl_mime *message = curl_mime_init(easyhandle);
/* The inline part is an alternative proposing the html and the text
- versions of the e-mail. */
+ versions of the email. */
curl_mime *alt = curl_mime_init(easyhandle);
/* HTML message. */