Skip to content

Commit a2b30d4

Browse files
committed
Spelling
1 parent c1e2106 commit a2b30d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dd-trace-core/src/main/java/datadog/trace/core/otlp/metrics/OtlpMetricsProtoCollector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.function.Consumer;
3535

3636
/**
37-
* Collects OpenTelemetry metrics and marshalls them into a chunked 'metrics.proto' payload.
37+
* Collects OpenTelemetry metrics and marshals them into a chunked 'metrics.proto' payload.
3838
*
3939
* <p>This collector is designed to be called by a single thread. To minimize allocations each
4040
* collection returns a payload only to be used by the calling thread until the next collection.
@@ -84,7 +84,7 @@ public OtlpMetricsProtoCollector(TimeSource timeSource) {
8484
}
8585

8686
/**
87-
* Collects OpenTelemetry metrics and marshalls them into a chunked payload.
87+
* Collects OpenTelemetry metrics and marshals them into a chunked payload.
8888
*
8989
* <p>This payload is only valid for the calling thread until the next collection.
9090
*/

dd-trace-core/src/main/java/datadog/trace/core/otlp/trace/OtlpTraceProtoCollector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.List;
2020

2121
/**
22-
* Collects Datadog traces and marshalls them into a chunked 'trace.proto' payload.
22+
* Collects Datadog traces and marshals them into a chunked 'trace.proto' payload.
2323
*
2424
* <p>This collector is designed to be called by a single thread. To minimize allocations each
2525
* collection returns a payload only to be used by the calling thread until the next collection.
@@ -77,7 +77,7 @@ public void addTrace(List<? extends CoreSpan<?>> spans) {
7777
}
7878

7979
/**
80-
* Marshalls the traces collected so far into a chunked payload.
80+
* Marshals the traces collected so far into a chunked payload.
8181
*
8282
* <p>This payload is only valid for the calling thread until the next collection.
8383
*/

0 commit comments

Comments
 (0)