Skip to content

Commit 32b887c

Browse files
committed
Fix typo
1 parent 6fdf94d commit 32b887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/exception-profiling/src/main/java11/datadog/exceptions/instrumentation/ThrowableInstanceAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void onExit(@Advice.This final Object t) {
4343
}
4444
/*
4545
* JFR will assign the stacktrace depending on the place where the event is committed.
46-
* Therefor we need to commit the event here, right in the 'Exception' constructor
46+
* Therefore, we need to commit the event here, right in the 'Exception' constructor
4747
*/
4848
final ExceptionSampleEvent event = ExceptionProfiling.getInstance().process((Throwable) t);
4949
if (event != null && event.shouldCommit()) {

0 commit comments

Comments
 (0)