From ff4d05565531326461ef65aee758da1464828e5c Mon Sep 17 00:00:00 2001 From: shivkanya9146 <62445341+shivkanya9146@users.noreply.github.com> Date: Tue, 26 May 2020 02:46:40 +0530 Subject: [PATCH] Fix:Spelling mistake (#1270) --- api/src/main/java/io/opentelemetry/trace/Span.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/io/opentelemetry/trace/Span.java b/api/src/main/java/io/opentelemetry/trace/Span.java index b18949eb19..3b17f04c55 100644 --- a/api/src/main/java/io/opentelemetry/trace/Span.java +++ b/api/src/main/java/io/opentelemetry/trace/Span.java @@ -192,7 +192,7 @@ public interface Span { /** * Adds an event to the {@code Span}. * - *

Use this method to specify an explicit event timestamp. If not alled, the implementation + *

Use this method to specify an explicit event timestamp. If not called, the implementation * will use the current timestamp value, which should be the default case. * *

Important: this is NOT equivalent with System.nanoTime().