summaryrefslogtreecommitdiff
path: root/pith/string.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
commitafbf1ef03d944a775cafbc02243f8eb8c15d096e (patch)
tree9b04017bf26a601a0a867fdd45dce94c2897827a /pith/string.c
parenta6feb748e22af1b8cf032c08e91c2424c44ebd62 (diff)
downloadalpine-afbf1ef03d944a775cafbc02243f8eb8c15d096e.tar.xz
* Fix a few more misspellings in the source code of Alpine.
List contributed by Jens Schleusener.
Diffstat (limited to 'pith/string.c')
-rw-r--r--pith/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/string.c b/pith/string.c
index 92a9a65c..ff17e505 100644
--- a/pith/string.c
+++ b/pith/string.c
@@ -1093,7 +1093,7 @@ The following date formats are accepted:
DD MM WKDAY YY MM HH:MM:SS ZZ
All leading, intervening and trailing spaces tabs and commas are ignored.
-The prefered formats are the first or second ones. If a field is unparsable
+The preferred formats are the first or second ones. If a field is unparsable
it's value is left as -1.
----*/