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 /web/INSTALL | |
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 'web/INSTALL')
-rw-r--r-- | web/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/INSTALL b/web/INSTALL index f6e3482b..b6063542 100644 --- a/web/INSTALL +++ b/web/INSTALL @@ -70,7 +70,7 @@ directory arranged, for the most part, by function. session/ Alpine session management scripts used to login, establish - an alpine session, logout and aquire IMAP server credentials + an alpine session, logout and acquire IMAP server credentials as needed. These scripts are distinct from the alpine/ scripts in order to properly scope the session key. @@ -164,7 +164,7 @@ configurations, Web Alpine installation must be done by hand and requires several steps. To illustrate the procedure, a generic Fedora Core 8 system with standard httpd package installed is used as an example. On other systems, the general ideas are the same but the -specific file locations and server configuation settings will likely +specific file locations and server configuration settings will likely vary. Note also that your system may have an additional security layer installed, such as selinux, that may require extra configuration that is beyond the scope of this explanation. |