Skip to content

Commit 03932e4

Browse files
committed
Typo fix
1 parent 43a4ae0 commit 03932e4

File tree

1 file changed

+1
-1
lines changed
  • javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/indy

1 file changed

+1
-1
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/indy/IndyBootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private static CallSite bootstrapAdvice(
210210
// Update the callsite of those to run the actual instrumentation
211211
logger.log(
212212
Level.FINE,
213-
"Fixing nested instrumentation invokedynamic instruction bootstrapping for instrumented class {0} and advice {1}.{2}, the instrumentaiton should be active now",
213+
"Fixing nested instrumentation invokedynamic instruction bootstrapping for instrumented class {0} and advice {1}.{2}, the instrumentation should be active now",
214214
new Object[] {lookup.lookupClass().getName(), adviceClassName, adviceMethodName});
215215
nestedBootstrapCallSite.setTarget(methodHandle);
216216
MutableCallSite.syncAll(new MutableCallSite[] {nestedBootstrapCallSite});

0 commit comments

Comments
 (0)