Skip to content

Commit 46ce68a

Browse files
authored
chore: fix struct name in comment (#1981)
Signed-off-by: wangjingcun <[email protected]>
1 parent eea78b0 commit 46ce68a

File tree

1 file changed

+1
-1
lines changed
  • retrievalmarket/types/legacyretrievaltypes

1 file changed

+1
-1
lines changed

retrievalmarket/types/legacyretrievaltypes/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ type Ask struct {
417417
PaymentIntervalIncrease uint64
418418
}
419419

420-
// ShortfallErorr is an error that indicates a short fall of funds
420+
// ShortfallError is an error that indicates a short fall of funds
421421
type ShortfallError struct {
422422
shortfall abi.TokenAmount
423423
}

0 commit comments

Comments
 (0)