From fd4aac375e72076bcaa56f81c19fe30ee01b4452 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 14:57:16 +0100 Subject: [PATCH] Fix capitalization --- 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 c027c878..c136bc2e 100644 --- a/mopidy/settings/default.py +++ b/mopidy/settings/default.py @@ -29,7 +29,7 @@ CONSOLE_LOG_FORMAT = u'%(levelname)-8s %(asctime)s [%(threadName)s] %(name)s\n #: ``localhost`` #: Listens only on the loopback interface. *Default.* #: ``0.0.0.0`` -#: listens on all interfaces. +#: Listens on all interfaces. MPD_SERVER_HOSTNAME = u'localhost' #: Which TCP port Mopidy should listen to. *Default: 6600*