]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
language: "email"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Dec 2021 12:49:03 +0000 (13:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Dec 2021 12:49:37 +0000 (13:49 +0100)
Missed three occurrences.

Follow-up to 7a92f86

docs/INTERNALS.md
docs/libcurl/libcurl-tutorial.3

index b0f55de5e9048298bdd20f8f7ef9d0c8bc877b07..dbae5a223516063f08e8561b9cc4d9007b4a3d64 100644 (file)
@@ -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
index 266495b44ee4b2bc4e07b00e6a4ea16705479d1b..9f045389a2e0db50dbaf53d78a56b1432c16729f 100644 (file)
@@ -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. */