Skip to content

Commit 2a9c5f0

Browse files
authored
Update trace.go
1 parent 90c0499 commit 2a9c5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolling-shutter/trace/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type ErrorWrapper func(error) error
4343
// If additional attributes etc. should be attached to the span, this can still be done
4444
// on the returned span instance as described by the `oteltrace.Span` interface.
4545
// The returned ErrorWrapper `errWrap` can be used to report failure of the span
46-
// by simply using it as a passtrhough functio for the error. This is not required,
46+
// by simply using it as a passtrhough function for the error. This is not required,
4747
// but is helpful for observability.
4848
func StartSpan(ctx context.Context) (nctx context.Context, span oteltrace.Span, errWrap ErrorWrapper) {
4949
callerInfo := introspection.GetCallerInfo(4)

0 commit comments

Comments
 (0)