Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2940b5d

Browse files
committed
Fix spelling issues
1 parent c6cae9c commit 2940b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/corefx/System.Globalization.Native/calendarData.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ bool InvokeCallbackForDateTimePattern(const char* locale,
379379
Function:
380380
EnumSymbols
381381
382-
Enumerates of of the symbols of a type for a locale and calendar and invokes a callback
382+
Enumerates all of the symbols of a type for a locale and calendar and invokes a callback
383383
for each value.
384384
*/
385385
bool EnumSymbols(const char* locale,
@@ -404,7 +404,7 @@ bool EnumSymbols(const char* locale,
404404
return false;
405405

406406
UCalendar* pCalendar = ucal_open(nullptr, 0, localeWithCalendarName, UCAL_DEFAULT, &err);
407-
UCalendarHolder calenderHolder(pCalendar, err);
407+
UCalendarHolder calendarHolder(pCalendar, err);
408408

409409
if (U_FAILURE(err))
410410
return false;

0 commit comments

Comments
 (0)