Fix a typo in EventSource_EventParametersMismatch error string
authorstephentoub <stoub@microsoft.com>
Sat, 7 Nov 2015 20:45:35 +0000 (15:45 -0500)
committerstephentoub <stoub@microsoft.com>
Sat, 7 Nov 2015 20:45:35 +0000 (15:45 -0500)
src/mscorlib/src/mscorlib.txt

index 2298b20..e393c11 100644 (file)
@@ -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.