From 09979b7213be257798cacdc0fa0d3cb611c82d04 Mon Sep 17 00:00:00 2001 From: Sebastian Vera Date: Mon, 29 Aug 2016 18:58:34 -0300 Subject: [PATCH] Fix typo in `tracer.go` --- tracer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracer.go b/tracer.go index 48a6d50..c84c4fd 100644 --- a/tracer.go +++ b/tracer.go @@ -168,7 +168,7 @@ type SpanReferenceType int const ( // ChildOfRef refers to a parent Span that caused *and* somehow depends // upon the new child Span. Often (but not always), the parent Span cannot - // finish unitl the child Span does. + // finish until the child Span does. // // An timing diagram for a ChildOfRef that's blocked on the new Span: //