diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-02-02 22:54:01 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-02-06 17:01:00 +0100 |
commit | 7fa8bcfe4342df41919f5564b315f9c85d0a02d6 (patch) | |
tree | 46262fd6ab0a88c072b6adb729624f0bbe47bbad /Configurations | |
parent | More accurate doc of -ssl_config option (diff) | |
download | openssl-7fa8bcfe4342df41919f5564b315f9c85d0a02d6.tar.xz openssl-7fa8bcfe4342df41919f5564b315f9c85d0a02d6.zip |
Fix misspelling errors and typos reported by codespell
Fixes #10998
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11000)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/15-android.conf | 2 | ||||
-rw-r--r-- | Configurations/50-win-onecore.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/15-android.conf b/Configurations/15-android.conf index 69c3693d95..b28689a425 100644 --- a/Configurations/15-android.conf +++ b/Configurations/15-android.conf @@ -248,7 +248,7 @@ my %targets = ( }, #################################################################### - # Backward compatible targets, (might) requre $CROSS_SYSROOT + # Backward compatible targets, (might) require $CROSS_SYSROOT # "android-armeabi" => { inherit_from => [ "android-arm" ], diff --git a/Configurations/50-win-onecore.conf b/Configurations/50-win-onecore.conf index 1e5d970b4b..91e77b663f 100644 --- a/Configurations/50-win-onecore.conf +++ b/Configurations/50-win-onecore.conf @@ -5,7 +5,7 @@ # Mobile[?] Windows editions. It's a set up "umbrella" libraries that # export subset of Win32 API that are common to all Windows 10 devices. # -# OneCore Configuration temporarly dedicated for console applications +# OneCore Configuration temporarily dedicated for console applications # due to disabled event logging, which is incompatible with one core. # Error messages are provided via standard error only. # TODO: extend error handling to use ETW based eventing |