Skip to content

Commit ceb08b6

Browse files
committed
spelling
1 parent a611bf7 commit ceb08b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/LoadInjectedClassInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void transform(TypeTransformer transformer) {
5858
public static class LoadClassAdvice {
5959

6060
// Class loader stub is shaded back to the real class loader class. It is used to call protected
61-
// method from the advice that the complier won't let us call directly. During runtime it is
61+
// method from the advice that the compiler won't let us call directly. During runtime it is
6262
// fine since this code is inlined into subclasses of ClassLoader that can call protected
6363
// methods.
6464
@Advice.OnMethodEnter(skipOn = Advice.OnNonDefaultValue.class)

0 commit comments

Comments
 (0)