diff --git a/config/config.go b/config/config.go index 14611f57..940c431d 100644 --- a/config/config.go +++ b/config/config.go @@ -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"