Skip to content

Commit

Permalink
Fix comment spelling
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@10385d4
  • Loading branch information
karelz committed Apr 10, 2018
1 parent 3a2342d commit fafaf6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static HttpInitializer()
if (string.IsNullOrEmpty(opensslVersion) ||
opensslVersion.IndexOf(Interop.Http.OpenSsl10Description, StringComparison.OrdinalIgnoreCase) != -1)
{
// CURL uses OpenSSL which me must initialize first to guarantee thread-safety
// CURL uses OpenSSL which we must initialize first to guarantee thread-safety
// Only initialize for OpenSSL/1.0, any newer versions may have mismatched
// pointers, resulting in segfaults.
CryptoInitializer.Initialize();
Expand Down

0 comments on commit fafaf6c

Please sign in to comment.