Skip to content

Commit f0eac80

Browse files
committed
Fix typo
1 parent fdbcfb6 commit f0eac80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/Commands.Common/MetricHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ private void LogExceptionEvent(AzurePSQoSEvent qos)
231231
//keep goin till we get to the last inner exception
232232
while (innerEx != null)
233233
{
234-
//Increment the inner exception count so that we can tell which is the outermmost
235-
//n which the innermost
234+
//Increment the inner exception count so that we can tell which is the outermost
235+
//and which the innermost
236236
eventProperties.Add("InnerExceptionType-"+exceptionCount++, innerEx.GetType().ToString());
237237
innerEx = innerEx.InnerException;
238238
}

0 commit comments

Comments
 (0)