Skip to content

Commit 566bc29

Browse files
littleajtrask
andauthored
Update core/src/main/java/com/microsoft/applicationinsights/internal/perfcounter/JniPCConnector.java
typo Co-authored-by: Trask Stalnaker <[email protected]>
1 parent dd1dbb9 commit 566bc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/microsoft/applicationinsights/internal/perfcounter/JniPCConnector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static boolean initialize() {
8383
} catch (Throwable e) {
8484
try {
8585
if (InternalLogger.INSTANCE.isErrorEnabled()) {
86-
InternalLogger.INSTANCE.error("Unexpected error initialiing JNI Performance Counter library. Windows performance counters will not be used: "+ExceptionUtils.getStackTrace(e));
86+
InternalLogger.INSTANCE.error("Unexpected error initializing JNI Performance Counter library. Windows performance counters will not be used: "+ExceptionUtils.getStackTrace(e));
8787
}
8888

8989
return false;
@@ -288,4 +288,4 @@ public JNIPerformanceCounterConnectorException(String s, Throwable throwable) {
288288
super(s, throwable);
289289
}
290290
}
291-
}
291+
}

0 commit comments

Comments
 (0)