From 407ab639cd077f49a20eeed839c619532f219452 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 13 Mar 2010 18:28:45 +0100 Subject: [PATCH] docs: Fix typo --- mopidy/mixers/dummy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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