diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-06-13 01:22:32 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 22:39:42 +0200 |
commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d (patch) | |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea /config | |
parent | Clean up layout. (diff) | |
download | openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.xz openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.zip |
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -382,7 +382,7 @@ esac # # Do the Apollo stuff first. Here, we just simply assume -# that the existance of the /usr/apollo directory is proof +# that the existence of the /usr/apollo directory is proof # enough if [ -d /usr/apollo ]; then echo "whatever-apollo-whatever" @@ -862,7 +862,7 @@ case "$GUESSOS" in *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; esac -# NB: This atalla support has been superceded by the ENGINE support +# NB: This atalla support has been superseded by the ENGINE support # That contains its own header and definitions anyway. Support can # be enabled or disabled on any supported platform without external # headers, eg. by adding the "hw-atalla" switch to ./config or |