Skip to content

Commit a84bea7

Browse files
committed
fix: typo in error
Signed-off-by: guoguangwu <[email protected]>
1 parent 5b38da8 commit a84bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transferreversal/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReve
5454
func (c Client) Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReversal, error) {
5555
if params == nil {
5656
return nil, fmt.Errorf(
57-
"params cannnot be nil, and params.Transfer must be set",
57+
"params cannot be nil, and params.Transfer must be set",
5858
)
5959
}
6060
path := stripe.FormatURLPath(

0 commit comments

Comments
 (0)