From d447cbd798166bcab3647a84804c636521bcfbb4 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 18 Jan 2014 00:59:15 +0100 Subject: [PATCH] core: Fix typo --- mopidy/core/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/core/library.py b/mopidy/core/library.py index ce92cced..1ff4e874 100644 --- a/mopidy/core/library.py +++ b/mopidy/core/library.py @@ -33,7 +33,7 @@ class LibraryController(object): """ Browse directories and tracks at the given ``uri``. - ``uri`` is a sring which represents some directory belonging to a + ``uri`` is a string which represents some directory belonging to a backend. To get the intial root directories for backends pass None as the URI.