From: stephentoub Date: Sat, 7 Nov 2015 20:45:35 +0000 (-0500) Subject: Fix a typo in EventSource_EventParametersMismatch error string X-Git-Tag: accepted/tizen/base/20180629.140029~6192^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c165fc904cd43aff0df5bea3238755f6d29374b2;p=platform%2Fupstream%2Fcoreclr.git Fix a typo in EventSource_EventParametersMismatch error string --- diff --git a/src/mscorlib/src/mscorlib.txt b/src/mscorlib/src/mscorlib.txt index 2298b20..e393c11 100644 --- a/src/mscorlib/src/mscorlib.txt +++ b/src/mscorlib/src/mscorlib.txt @@ -1019,7 +1019,7 @@ EventSource_UnsupportedMessageProperty = Event {0} specifies an illegal or unsup EventSource_AbstractMustNotDeclareKTOC = Abstract event source must not declare {0} nested type. EventSource_AbstractMustNotDeclareEventMethods = Abstract event source must not declare event methods ({0} with ID {1}). EventSource_EventMustNotBeExplicitImplementation = Event method {0} (with ID {1}) is an explicit interface method implementation. Re-write method as implicit implementation. -EventSource_EventParametersMismatch = Event {0} was called with {1} argument(s) , but it is defined with {2} paramenter(s). +EventSource_EventParametersMismatch = Event {0} was called with {1} argument(s), but it is defined with {2} parameter(s). EventSource_InvalidCommand = Invalid command value. EventSource_InvalidEventFormat = Can't specify both etw event format flags. EventSource_AddScalarOutOfRange = Getting out of bounds during scalar addition.