Fix some spelling errors (for some PRs that are currently in review) (#5202)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-11-28 10:49:58 -08:00 committed by GitHub
parent 2da2d0d8cc
commit 24ecd16308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

12
.vscode/cspell.json vendored
View File

@ -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": [
{

View File

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

View File

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