From 3e5af5508f1138e0a81db85573acbf0542cb2699 Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:36:13 -0700 Subject: [PATCH] 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 --- .vscode/cspell.json | 1 + README.md | 2 +- sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp | 2 +- .../test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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. * */