From 1b561a2c351ac82af3729d4cdbfed6acbbba2efd Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 8 Jun 2020 19:28:35 -0600 Subject: * Corrections to spelling errors, contributed by Jens Schleusener. --- configure | 4 ++-- configure.ac | 6 +++--- doc/tech-notes/config.html | 2 +- doc/tech-notes/tech-notes.txt | 2 +- imap/src/c-client/mail.c | 2 +- pico/osdep/msdlg.c | 2 +- pith/pine.hlp | 12 ++++++------ pith/smkeys.c | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/configure b/configure index 81655c9b..5e8655c9 100755 --- a/configure +++ b/configure @@ -1582,7 +1582,7 @@ Optional Features: --disable-optimization Exclude optimizing compiler flags --disable-mouse Disable mouse support --enable-quotas Enable disk quota checking on startup - --disable-from-changing Disallow users changing From addresss + --disable-from-changing Disallow users changing From address --disable-background-post Disable background posting --disable-keyboard-lock Disable keyboard locking @@ -18580,7 +18580,7 @@ fi if test "x$alpine_CRYPTO_DEVEL" = "xnone" ; then - as_fn_error $? "crypto library file crypto.h NOT found. Install correspoding libcrypt-devel package" "$LINENO" 5 + as_fn_error $? "crypto library file crypto.h NOT found. Install corresponding libcrypt-devel package" "$LINENO" 5 exit 1 fi ;; diff --git a/configure.ac b/configure.ac index e47a10f5..3bc8c2fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Process this file with autoconf to produce a configure script. +dbl Process this file with autoconf to produce a configure script. dnl /* ======================================================================== dnl * Copyright 2013-2020 Eduardo Chappa @@ -267,7 +267,7 @@ else fi AC_MSG_CHECKING([option: From changing enabled]) -AC_ARG_ENABLE(from_changing, AS_HELP_STRING([--disable-from-changing],[Disallow users changing From addresss])) +AC_ARG_ENABLE(from_changing, AS_HELP_STRING([--disable-from-changing],[Disallow users changing From address])) if test x$enable_from_changing != "xno" ; then AC_MSG_RESULT([yes]) else @@ -1553,7 +1553,7 @@ if test "x$alpine_SSLTYPE" != "xnone" ; then *-*-cygwin) AC_CHECK_HEADER(crypto.h, , [ alpine_CRYPTO_DEVEL="none" ]) if test "x$alpine_CRYPTO_DEVEL" = "xnone" ; then - AC_MSG_ERROR(crypto library file crypto.h NOT found. Install correspoding libcrypt-devel package) + AC_MSG_ERROR(crypto library file crypto.h NOT found. Install corresponding libcrypt-devel package) exit 1 fi ;; diff --git a/doc/tech-notes/config.html b/doc/tech-notes/config.html index 20e9952d..6a6cabc5 100644 --- a/doc/tech-notes/config.html +++ b/doc/tech-notes/config.html @@ -5941,7 +5941,7 @@ This feature is displayed as "Enable Unix Pipe Command". early in the posting process intended to cause the server SMTP to provide a more detailed account of the transaction. This feature is typically only useful to system -administrators and other support personnel as an aid in troublshooting +administrators and other support personnel as an aid in troubleshooting problems. Note, this feature relies on a specific capability of the system's mail diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index 890c3910..0ff83a1b 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -5427,7 +5427,7 @@ John: on a job well done! early in the posting process intended to cause the server SMTP to provide a more detailed account of the transaction. This feature is typically only useful to system administrators and - other support personnel as an aid in troublshooting problems. + other support personnel as an aid in troubleshooting problems. Note, this feature relies on a specific capability of the system's mail transport agent or configured smtp-server. _expanded-view-of-addressbooks_ diff --git a/imap/src/c-client/mail.c b/imap/src/c-client/mail.c index 90020d5d..baf636a1 100644 --- a/imap/src/c-client/mail.c +++ b/imap/src/c-client/mail.c @@ -6148,7 +6148,7 @@ void mail_free_quotalist (QUOTALIST **ql) } } -/* Link authenicator +/* Link authenticator * Accepts: authenticator to add to list */ diff --git a/pico/osdep/msdlg.c b/pico/osdep/msdlg.c index 3aaecf9b..871577d5 100644 --- a/pico/osdep/msdlg.c +++ b/pico/osdep/msdlg.c @@ -436,7 +436,7 @@ EditProc (HWND hEdit, UINT msg, WPARAM wParam, LPARAM lParam) if (ProcessChar (hDlg, wParam, &gOEInfo, &ret)) return (ret); - /* No... Fall through for deault processing. */ + /* No... Fall through for default processing. */ } return (CallWindowProc (gpOldEditProc, hEdit, msg, wParam, lParam)); diff --git a/pith/pine.hlp b/pith/pine.hlp index 08ef532d..2e9b6f77 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 436 2020-06-08 17:19:02 +Alpine Commit 437 2020-06-08 19:26:03 ============= h_news ================= @@ -194,7 +194,7 @@ problems you find with this release.
  • New configuration variable - that controls if Alpine will pass to an external browser a link to all the images in the + that controls if Alpine will keep the source link to all the images in the HTML message, or will only pass a link to inline images included in the message. For your privacy and security this feature is enabled by default. @@ -208,8 +208,8 @@ problems you find with this release. to be used to validate certificates of remote servers.
  • Remove sleep of 5 seconds for mailcap programs that use the terminal - to display content. Suggested by Carl Edquist. In addition to remove - configurable process table command and it corresponding sleep time. + to display content. Suggested by Carl Edquist. In addition, remove + configurable process table command and its corresponding sleep time.

    @@ -31231,7 +31231,7 @@ This feature controls an aspect of Alpine's message sending. When enabled, Alpine will send a VERB (i.e., VERBose) command early in the posting process intended to cause the SMTP server to provide a more detailed account of the transaction. This feature is typically only useful to system -administrators and other support personnel as an aid in troublshooting +administrators and other support personnel as an aid in troubleshooting problems.

    Note, this feature relies on a specific capability of the system's mail @@ -35797,7 +35797,7 @@ these directories, chances are your data will be deleted by Alpine. Since deleti a destructive action, every session of Alpine that you have open will only attempt to remove the directories it created, with their content in them. If this operation fails, Alpine will not try -to investigate, nor will report to you, why the opeation failed. Therefore, users +to investigate, nor will report to you, why the operation failed. Therefore, users should periodically check their html directory to see if there is content there that they wish to delete. diff --git a/pith/smkeys.c b/pith/smkeys.c index f65553ce..760c4b1d 100644 --- a/pith/smkeys.c +++ b/pith/smkeys.c @@ -360,7 +360,7 @@ setup_certs_backup_by_type(WhichCerts ctype) if(len < MAXPATH){ snprintf(buf2, len, "%s%s%s.%s", p, S_FILESEP, clname, cl->data.md5); buf2[sizeof(buf2)-1] = '\0'; - done = 0; /* recycle done: it means we have a file that may be a certifificate*/ + done = 0; /* recycle done: it means we have a file that may be a certificate*/ if(stat(buf2, &sbuf) < 0){ if (our_copy(buf2, buf) == 0) done++; -- cgit v1.2.3-70-g09d2