Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Dec 31, 2024
1 parent 9522a0a commit 2b658cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixing/mixclient/blame.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (c *Client) blame(ctx context.Context, sesRun *sessionRun) (err error) {
if len(blamed) > 0 {
err = blamed
} else {
err = errBlamedFailed
err = errBlameFailed
}
}()

Expand Down

0 comments on commit 2b658cb

Please sign in to comment.