diff --git a/.vscode/cspell.json b/.vscode/cspell.json index cbdc36d8e..b70213902 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -32,6 +32,7 @@ // users to maintain and reason about. "words": [ "!respone", + "!bahavior", "ABFS", "ABNF", "Adls", diff --git a/README.md b/README.md index 2b535f06c..9c1dbba88 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp b/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp index 5f29d475b..5429def0e 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp @@ -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. * diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp index 606b67699..187eaf8e1 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp @@ -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. * */