diff --git a/mopidy/mixers/dummy.py b/mopidy/mixers/dummy.py index 3993d532..38af7186 100644 --- a/mopidy/mixers/dummy.py +++ b/mopidy/mixers/dummy.py @@ -1,7 +1,7 @@ from mopidy.mixers import BaseMixer class DummyMixer(BaseMixer): - """Mixer which just stores and reports the choosen volume.""" + """Mixer which just stores and reports the chosen volume.""" def __init__(self): self._volume = None