Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 13, 2021
1 parent 4197dd8 commit c6327bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"net/http"

"github.com/julienschmidt/httprouter"

"github.com/signalfx/splunk-otel-go/instrumentation/github.com/julienschmidt/httprouter/splunkhttprouter"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func New(opts ...otelhttp.Option) *Router {

const nInternalOpts = 1
o := make([]otelhttp.Option, len(opts)+nInternalOpts)
// Put this first so it can be overriden by the user.
// Put this first so it can be overridden by the user.
o[0] = otelhttp.WithSpanNameFormatter(r.name)
if len(opts) > 0 {
copy(o[1:], opts)
Expand Down

0 comments on commit c6327bb

Please sign in to comment.