From c165fc904cd43aff0df5bea3238755f6d29374b2 Mon Sep 17 00:00:00 2001 From: stephentoub Date: Sat, 7 Nov 2015 15:45:35 -0500 Subject: [PATCH] Fix a typo in EventSource_EventParametersMismatch error string --- src/mscorlib/src/mscorlib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4