summaryrefslogtreecommitdiff
path: root/src/corefx
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-10-23 14:23:55 -0700
committerMatt Ellis <matell@microsoft.com>2015-10-23 14:23:55 -0700
commit398dc12ed5b19cdb116e06c84762ad64ffb88612 (patch)
treef0b80a084b74d2899bbb1288893388aab73ea172 /src/corefx
parent036964efe7ec495e26dade9aed9b847e1c566d6a (diff)
downloadcoreclr-398dc12ed5b19cdb116e06c84762ad64ffb88612.tar.gz
coreclr-398dc12ed5b19cdb116e06c84762ad64ffb88612.tar.bz2
coreclr-398dc12ed5b19cdb116e06c84762ad64ffb88612.zip
Fix spelling issues
Diffstat (limited to 'src/corefx')
-rw-r--r--src/corefx/System.Globalization.Native/calendarData.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corefx/System.Globalization.Native/calendarData.cpp b/src/corefx/System.Globalization.Native/calendarData.cpp
index 6e971d89ef..aba9e7c8fb 100644
--- a/src/corefx/System.Globalization.Native/calendarData.cpp
+++ b/src/corefx/System.Globalization.Native/calendarData.cpp
@@ -379,7 +379,7 @@ bool InvokeCallbackForDateTimePattern(const char* locale,
Function:
EnumSymbols
-Enumerates of of the symbols of a type for a locale and calendar and invokes a callback
+Enumerates all of the symbols of a type for a locale and calendar and invokes a callback
for each value.
*/
bool EnumSymbols(const char* locale,
@@ -404,7 +404,7 @@ bool EnumSymbols(const char* locale,
return false;
UCalendar* pCalendar = ucal_open(nullptr, 0, localeWithCalendarName, UCAL_DEFAULT, &err);
- UCalendarHolder calenderHolder(pCalendar, err);
+ UCalendarHolder calendarHolder(pCalendar, err);
if (U_FAILURE(err))
return false;