Skip to content

Commit 84c5486

Browse files
authored
Merge pull request #501 from sieben/typo
Fix typo
2 parents 58891ba + 979f86b commit 84c5486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pricing/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func ratMin(x, y *big.Rat) *big.Rat {
4141
return x
4242
}
4343

44-
// PriceString returns a human reprensetation of a price with a currency
44+
// PriceString returns a human representation of a price with a currency
4545
func PriceString(price *big.Rat, currency string) string {
4646
floatVal, _ := price.Float64()
4747
return fmt.Sprintf("%s %s", humanize.Ftoa(floatVal), currency)

0 commit comments

Comments
 (0)