Readme spelling mistake: bahavior -> behavior (#4863)
* bahavior -> behavior * Update transport_adapter_base_test.hpp to fix the typo * Update blob_base_test.hpp to fix the typo * Update cspell.json to exclude bahavior is a valid word in the dictionary --------- Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
This commit is contained in:
parent
eb3074d5c0
commit
3e5af5508f
1
.vscode/cspell.json
vendored
1
.vscode/cspell.json
vendored
@ -32,6 +32,7 @@
|
||||
// users to maintain and reason about.
|
||||
"words": [
|
||||
"!respone",
|
||||
"!bahavior",
|
||||
"ABFS",
|
||||
"ABNF",
|
||||
"Adls",
|
||||
|
||||
@ -46,7 +46,7 @@ Azure SDK provides a CMake module that you can use for your application. You onl
|
||||
|
||||
The AzureVcpkg module supports three scenarios:
|
||||
|
||||
1. Getting and setting up Vcpkg automatically (default case). You can set the env var `AZURE_SDK_DISABLE_AUTO_VCPKG` to disable this bahavior.
|
||||
1. Getting and setting up Vcpkg automatically (default case). You can set the env var `AZURE_SDK_DISABLE_AUTO_VCPKG` to disable this behavior.
|
||||
2. Automatically linking your application to an existing Vcpkg folder. Set the environment variable `VCPKG_ROOT` to the Vcpkg folder you want to link.
|
||||
3. Manually setting a toolchain file with cmake command option. `AzureVcpkg.cmake` module will respect the option.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief The base class for the common bahavior of the transport adapter tests.
|
||||
* @brief The base class for the common behavior of the transport adapter tests.
|
||||
*
|
||||
* @brief Any HTTP transport adapter can be used for this tests.
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief Define the base bahavior of the tests using a blobs client.
|
||||
* @brief Define the base behavior of the tests using a blobs client.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user