Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Aug 29, 2023
1 parent 8934f4b commit 0af9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/localserver/krypto-ec-middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (e *kryptoEcMiddleware) Wrap(next http.Handler) http.Handler {
return
}

// becasue the response is a []byte, we need a copy to prevent simultaneous accessing. Conviniently we can cast
// because the response is a []byte, we need a copy to prevent simultaneous accessing. Conviniently we can cast
// it to a string, which has an implicit copy
postbackData.Response = string(response)

Expand Down

0 comments on commit 0af9ee4

Please sign in to comment.