Skip to content

Commit

Permalink
Fix typo in config.go (thrasher-corp#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtda authored and thrasher- committed May 10, 2019
1 parent ee28d18 commit de8916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
// Constants here hold some messages
const (
ErrExchangeNameEmpty = "exchange #%d name is empty"
ErrExchangeAvailablePairsEmpty = "exchange %s avaiable pairs is emtpy"
ErrExchangeAvailablePairsEmpty = "exchange %s avaiable pairs is empty"
ErrExchangeEnabledPairsEmpty = "exchange %s enabled pairs is empty"
ErrExchangeBaseCurrenciesEmpty = "exchange %s base currencies is empty"
ErrExchangeNotFound = "exchange %s not found"
Expand Down

0 comments on commit de8916a

Please sign in to comment.