From af0c1f287d31ca3a641151df60baa7371635f508 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 4 Oct 2018 18:56:04 -0700 Subject: Typos (#20271) * oportunistically -> opportunistically * oppportunity -> opportunity * Oppporunity -> Opportunity * optinal -> optional * optimisitic -> optimistic * optionaly -> optionally * origianl -> original * orignally -> originally * otheriwse -> otherwise * otherrwise -> otherwise --- src/md/compiler/custattr_emit.cpp | 2 +- src/md/winmd/adapter.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/md') diff --git a/src/md/compiler/custattr_emit.cpp b/src/md/compiler/custattr_emit.cpp index 3e23600176..507945c521 100644 --- a/src/md/compiler/custattr_emit.cpp +++ b/src/md/compiler/custattr_emit.cpp @@ -1163,7 +1163,7 @@ HRESULT RegMeta::_HandleKnownCustomAttribute( // S_OK or error. dwFlags |= pmSupportsLastError; } - // If an entrypoint name was specified, use it, otherrwise grab the name from the member. + // If an entrypoint name was specified, use it, otherwise grab the name from the member. LPCWSTR wzEntry; if (qNamedArgs[DI_EntryPoint].val.type.tag) { diff --git a/src/md/winmd/adapter.cpp b/src/md/winmd/adapter.cpp index 11db22d283..77108780f9 100644 --- a/src/md/winmd/adapter.cpp +++ b/src/md/winmd/adapter.cpp @@ -1101,7 +1101,7 @@ HRESULT WinMDAdapter::ModifyExportedTypeName( //------------------------------------------------------------------------------ -// We must optionaly add an assembly ref for System.Numerics.Vectors.dll since this assembly is not available +// We must optionally add an assembly ref for System.Numerics.Vectors.dll since this assembly is not available // on downlevel platforms. // // This function assumes that System.Numerics.Vectors.dll is the last assembly that -- cgit v1.2.3