Skip to content

Commit

Permalink
chore: fix struct name in comment (#1981)
Browse files Browse the repository at this point in the history
Signed-off-by: wangjingcun <[email protected]>
  • Loading branch information
wangjingcun authored Dec 6, 2024
1 parent eea78b0 commit 46ce68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrievalmarket/types/legacyretrievaltypes/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ type Ask struct {
PaymentIntervalIncrease uint64
}

// ShortfallErorr is an error that indicates a short fall of funds
// ShortfallError is an error that indicates a short fall of funds
type ShortfallError struct {
shortfall abi.TokenAmount
}
Expand Down

0 comments on commit 46ce68a

Please sign in to comment.