[Buildroot] [git commit] package/mpd: fix typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Dec 9 18:32:05 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=d40147d9950d34057b7545c61ba43ccbf0c12278
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fix little type: it's UPnP, not UPnp.

Signed-off-by: Jörg Krause <jkrause at posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/mpd/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 1d38b1a..4097f52 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -279,7 +279,7 @@ config BR2_PACKAGE_MPD_TCP
 	  on different machines (the usual scenario).
 
 config BR2_PACKAGE_MPD_UPNP
-	bool "UPnp"
+	bool "UPnP"
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_LIBUPNP
 	help


More information about the buildroot mailing list