diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-08 19:28:35 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-08 19:28:35 -0600 |
commit | 1b561a2c351ac82af3729d4cdbfed6acbbba2efd (patch) | |
tree | 1fd0addae0f6269879c501b59fc90361b0dcae0a /configure | |
parent | d741ceda2bd53d15d48fc1b9c4d836a9016194a7 (diff) | |
download | alpine-1b561a2c351ac82af3729d4cdbfed6acbbba2efd.tar.xz |
* Corrections to spelling errors, contributed by Jens Schleusener.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |