Skip to content

Commit

Permalink
Fix typo (#592)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Widman <jeff@jeffwidman.com>
  • Loading branch information
jeffwidman committed Aug 5, 2021
1 parent 6e35ca3 commit 7aa7af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion span_allocator.go
Expand Up @@ -16,7 +16,7 @@ package jaeger

import "sync"

// SpanAllocator abstraction of managign span allocations
// SpanAllocator abstraction of managing span allocations
type SpanAllocator interface {
Get() *Span
Put(*Span)
Expand Down

0 comments on commit 7aa7af5

Please sign in to comment.