Skip to content

Commit 819b067

Browse files
ovewrite -> overwrite
1 parent 2973d1f commit 819b067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Library/IntlEngineInterfaceExtensionObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ DEFINE_ISXLOCALEAVAILABLE(PR, uloc)
11731173
hr == S_OK && unicodeCollation16Len == unicodeCollationLen && unicodeCollation16Len < MaxCharCount,
11741174
"Unicode collation char16 conversion was unsuccessful"
11751175
);
1176-
// i + 1 to not ovewrite leading null element
1176+
// i + 1 to not overwrite leading null element
11771177
ret->SetItem(i + 1, JavascriptString::NewWithBuffer(
11781178
unicodeCollation16,
11791179
unicodeCollation16Len,

0 commit comments

Comments
 (0)