mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
correct typing error
This commit is contained in:
parent
a3e32fd410
commit
5d7d402adb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class Bs1770gainBackend(Backend):
|
|||
self.command = cmd
|
||||
except OSError:
|
||||
raise FatalReplayGainError(
|
||||
'Is bs1770gain installed? Is your method in conifg correct?'
|
||||
'Is bs1770gain installed? Is your method in config correct?'
|
||||
)
|
||||
if not self.command:
|
||||
raise FatalReplayGainError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue