summaryrefslogtreecommitdiff
path: root/imap/docs
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
committerEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
commit24f85bc165077c8089d1d79e33c524573b90f68d (patch)
tree330371f75e9eb6daaf740ddf3606c9769bbc35ba /imap/docs
parentc5a870b30c43914ed8414b9f54bed3da27057d79 (diff)
downloadalpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'imap/docs')
-rw-r--r--imap/docs/FAQ.html2
-rw-r--r--imap/docs/FAQ.txt2
-rw-r--r--imap/docs/internal.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/imap/docs/FAQ.html b/imap/docs/FAQ.html
index f2496b99..58d8c5a6 100644
--- a/imap/docs/FAQ.html
+++ b/imap/docs/FAQ.html
@@ -2371,7 +2371,7 @@ for better performance.
<p>The IMAP server also doesn't know whether your preferred
subdirectory for mailbox files is "mail/", ".mail/", "Mail/",
"Mailboxes/", or any of a zillion other possibilities. If one such name
- were chosen, it would undoubtably anger the partisans of all the other
+ were chosen, it would undoubtedly anger the partisans of all the other
names.</p>
<p>It is possible to modify the software so that the default connected
diff --git a/imap/docs/FAQ.txt b/imap/docs/FAQ.txt
index 2fac001f..f8418120 100644
--- a/imap/docs/FAQ.txt
+++ b/imap/docs/FAQ.txt
@@ -1650,7 +1650,7 @@ mtest.c:515: the `gets' function is dangerous and should not be used.
The IMAP server also doesn't know whether your preferred
subdirectory for mailbox files is "mail/", ".mail/", "Mail/",
"Mailboxes/", or any of a zillion other possibilities. If one
- such name were chosen, it would undoubtably anger the partisans
+ such name were chosen, it would undoubtedly anger the partisans
of all the other names.
It is possible to modify the software so that the default
diff --git a/imap/docs/internal.txt b/imap/docs/internal.txt
index cc3def1d..7ccd356b 100644
--- a/imap/docs/internal.txt
+++ b/imap/docs/internal.txt
@@ -2690,7 +2690,7 @@ possibly shown to the user.
PARSE An RFC 822 parsing error. Since bogus headers are
all-too-common in the real world, these can often be
- ignored on the "garbage in, garbage out" princple.
+ ignored on the "garbage in, garbage out" principle.
However, since surprising results can be yielded when
trying to parse garbage, this message should be logged
somewhere so it can be figured out what happened.