Fix the casing of WinHttp and use WinHTTP (#2274)

Part of https://github.com/Azure/azure-sdk-for-cpp/issues/2260
This commit is contained in:
Ahson Khan 2021-05-14 16:34:39 -07:00 committed by GitHub
parent efe4772acb
commit 0b64ab3845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
/**
* @file
* @brief #Azure::Core::Http::HttpTransport implementation via WinHttp.
* @brief #Azure::Core::Http::HttpTransport implementation via WinHTTP.
*/
#pragma once