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/src/osdep/unix/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/src/osdep/unix/Makefile')
-rw-r--r-- | imap/src/osdep/unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index c4e1411f..7b1bff38 100644 --- a/imap/src/osdep/unix/Makefile +++ b/imap/src/osdep/unix/Makefile @@ -37,7 +37,7 @@ BUNDLED= # The optimization level here for GCC ports is set here for a reason. It's # to get you to read this text. -# The general concensus seems to be that -O2 is the one to use. +# The general consensus seems to be that -O2 is the one to use. # Over the years, I've been told to use many different settings, including -O6. # In recent versions of GCC [as of 2/2005], -O6 generates bad code that, among # other ill effects, causes infinite loops. @@ -130,7 +130,7 @@ CREATEPROTO=unixproto EMPTYPROTO=unixproto -# Commands possibly overriden by the individual port +# Commands possibly overridden by the individual port ARRC=ar rc CC=cc |