diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
commit | 06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch) | |
tree | 2b483acf3ec2da573992c20b766a480e22f4c45a /imap/Makefile | |
parent | 9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff) | |
download | alpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz |
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'imap/Makefile')
-rw-r--r-- | imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/Makefile b/imap/Makefile index 46807616..d2c21448 100644 --- a/imap/Makefile +++ b/imap/Makefile @@ -231,7 +231,7 @@ IP6=6 # -DY4KBUGFIX # Turn on the Y4K bugfix (yes, that's year 4000). It isn't well-known, # but century years evenly divisible by 4000 are *not* leap years in the -# Gregorian calendar. A lot of "Y2K compilant" software does not know +# Gregorian calendar. A lot of "Y2K compliant" software does not know # about this rule. Remember to turn this on sometime in the next 2000 # years. # @@ -248,7 +248,7 @@ IP6=6 # calendar. Leap years are every 4 years, including century years. # My apologies to those in the English-speaking world who object to # the reform of September 2, 1752 -> September 14, 1752, since this -# code still uses January 1 (which Julius Ceasar decreed as the start +# code still uses January 1 (which Julius Caesar decreed as the start # of the year, which since 153 BCE was the day that Roman consuls # took office), rather than the traditional March 25 used by the # British. As of 2005, the Julian calendar and the Gregorian calendar |