qa/spelling: Add Codespell support (#1121)

* Add codespell support

* Fix paths

* Add HTML files to exclusion list
This commit is contained in:
Adrian Gallagher
2023-01-30 12:36:56 +11:00
committed by GitHub
parent c785ae73a7
commit a79e0d2b3e
108 changed files with 359 additions and 318 deletions

View File

@@ -231,7 +231,7 @@ func (y *Yobit) WithdrawCoinsToAddress(ctx context.Context, coin string, amount
return result, nil
}
// CreateCoupon creates an exchange coupon for a sepcific currency
// CreateCoupon creates an exchange coupon for a specific currency
func (y *Yobit) CreateCoupon(ctx context.Context, currency string, amount float64) (CreateCoupon, error) {
req := url.Values{}
req.Add("currency", currency)