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:
Richard Park 2023-08-09 15:36:13 -07:00 committed by GitHub
parent eb3074d5c0
commit 3e5af5508f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

1
.vscode/cspell.json vendored
View File

@ -32,6 +32,7 @@
// users to maintain and reason about.
"words": [
"!respone",
"!bahavior",
"ABFS",
"ABNF",
"Adls",

View File

@ -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.

View File

@ -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.
*

View File

@ -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.
*
*/