From 24ecd16308b637b680c706b0d38826a156719cf0 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:49:58 -0800 Subject: [PATCH] Fix some spelling errors (for some PRs that are currently in review) (#5202) Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 12 +++++++++++- .../inc/azure/core/http/policies/policy.hpp | 2 +- sdk/core/azure-core/test/ut/datetime_test.cpp | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index a52d08328..9f399c9e7 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -75,6 +75,7 @@ "cmake", "CMOCKA", "Cobertura", + "Contoso", "countof", "ctest", "cuse", @@ -94,6 +95,7 @@ "easia", "eastus", "echsmkey", + "Ecdsa", "Edlund", "EKUs", "Entra", @@ -105,6 +107,7 @@ "gtest", "Gzrs", "HKEY", + "hlocal", "HLOCAL", "HRESULT", "IMDS", @@ -129,6 +132,7 @@ "mmdc", "moxygen", "MSAL", + "msft", "MSRC", "ncus", "Niels", @@ -141,6 +145,7 @@ "NOMINMAX", "northcentralus", "nostd", + "nread", "NTSTATUS", "OIDC", "okhttp", @@ -151,6 +156,8 @@ "pdbs", "phoebusm", "Piotrowski", + "pkcs", + "Pkcs", "pscredential", "PUCHAR", "PVOID", @@ -177,6 +184,7 @@ "stoull", "STREQ", "Sutou", + "tsirpanis", "Tsirpanis", "uaenorth", "uamqp", @@ -200,8 +208,10 @@ "Wextra", "Wgnu", "Wunused", + "xbox", "Xclang", - "XSMB" + "XSMB", + "zulu" ], "overrides": [ { diff --git a/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp index b2197d4f6..c0dbe7d9e 100644 --- a/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp @@ -284,7 +284,7 @@ namespace Azure { namespace Core { namespace Http { namespace Policies { HttpPolicy& operator=(const HttpPolicy& other) = default; /** - * @brief Contructs `%HttpPolicy` by moving \p other `%HttpPolicy`. + * @brief Constructs `%HttpPolicy` by moving \p other `%HttpPolicy`. * @param other Other `%HttpPolicy` to move. * */ diff --git a/sdk/core/azure-core/test/ut/datetime_test.cpp b/sdk/core/azure-core/test/ut/datetime_test.cpp index d68f7d6f9..cb057debb 100644 --- a/sdk/core/azure-core/test/ut/datetime_test.cpp +++ b/sdk/core/azure-core/test/ut/datetime_test.cpp @@ -372,7 +372,7 @@ TEST(DateTime, ParseTimeRfc3339BoundaryCases) TestDateTimeRoundtrip("2038-01-19T03:14:06+00:00", "2038-01-19T03:14:06Z"); // INT_MAX - 1 TestDateTimeRoundtrip( "2038-01-19T03:13:07-00:01", - "2038-01-19T03:14:07Z"); // INT_MAX after subtacting 1 + "2038-01-19T03:14:07Z"); // INT_MAX after subtracting 1 TestDateTimeRoundtrip("2038-01-19T03:14:07-00:00", "2038-01-19T03:14:07Z"); // No ':' in time zone offset