diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-17 11:02:18 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-19 23:48:13 +0100 |
commit | 7a92f865b43aac942ae5755a7a3a06775751fdea (patch) | |
tree | 0e825250d91b849f9fe427584b662d45c0aea31f /docs/INTERNALS.md | |
parent | b29af4a406278c29d586d3c0f8b965681c114df7 (diff) | |
download | curl-7a92f865b43aac942ae5755a7a3a06775751fdea.tar.gz |
misc: s/e-mail/email
Consistency is king. Following the lead in everything curl.
Closes #8159
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 875d73998..b0f55de5e 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -357,7 +357,7 @@ LDAP E-mail ====== - The e-mail related source code is in `lib/imap.c`, `lib/pop3.c` and + The email related source code is in `lib/imap.c`, `lib/pop3.c` and `lib/smtp.c`. <a name="general"></a> |