From e7e5cc4c63ad26ad458d8e130e2acfe25902b937 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Dec 2021 13:49:03 +0100 Subject: language: "email" Missed three occurrences. Follow-up to 7a92f86 --- docs/INTERNALS.md | 4 ++-- docs/libcurl/libcurl-tutorial.3 | 2 +- 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`. -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. */ -- cgit v1.2.1