Skip to content

Commit d984975

Browse files
fix spelling
Co-authored-by: Jay DeLuca <[email protected]>
1 parent e1a275c commit d984975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/servlet/servlet-3.0/library/src/main/java/io/opentelemetry/instrumentation/servlet/v3_0/OpenTelemetryServletFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* OpenTelemetry Library instrumentation for Java Servlet based applications that can't use a Java
26-
* Agent. Due to inherit limitations in the servlet filter API, instrumenting at the filter level
26+
* Agent. Due to inherent limitations in the servlet filter API, instrumenting at the filter level
2727
* will miss anything that happens earlier in the filter stack or problems handled directly by the
2828
* app server. For this reason, Java Agent instrumentation is preferred when possible.
2929
*/

0 commit comments

Comments
 (0)