From ea45bb899332965a39621670393df3f643f7b6e3 Mon Sep 17 00:00:00 2001 From: Kristian Date: Wed, 10 Mar 2010 23:19:13 +0100 Subject: [PATCH] Fix typo in external mixer documentation --- mopidy/settings/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/settings/default.py b/mopidy/settings/default.py index 94c5ffdb..7f6d1d88 100644 --- a/mopidy/settings/default.py +++ b/mopidy/settings/default.py @@ -54,7 +54,7 @@ if sys.platform == 'linux2': elif sys.platform == 'darwin': MIXER = u'mopidy.mixers.osa.OsaMixer' -#: Which port a mixer is connected to if using an external mixer. +#: Which port the mixer is connected to if using an external mixer. #: This must point to the device port like ``/dev/ttyUSB0`` or similar. MIXER_PORT = None