Skip to content

Commit b119561

Browse files
committed
Fix typo
1 parent da525bd commit b119561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/common/src/test/java/io/opentelemetry/sdk/resources/internal/EntityUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void testSchemaUrlMerge_entities_same_url() {
202202

203203
@Test
204204
void testSchemaUrlMerge_entities_different_url() {
205-
// When entities have conflciting schema urls, we cannot fill out resource schema url,
205+
// When entities have conflicting schema urls, we cannot fill out resource schema url,
206206
// no matter what.
207207
String result =
208208
EntityUtil.mergeResourceSchemaUrl(

0 commit comments

Comments
 (0)