From 4ddb225955c5672d76c93936f8535169c14aec35 Mon Sep 17 00:00:00 2001 From: Aleksandar Benic Date: Sun, 23 Oct 2016 12:55:05 +0200 Subject: [PATCH] Lapsus calami --- mopidy/local/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/local/storage.py b/mopidy/local/storage.py index 3c57a527..2c06c0da 100644 --- a/mopidy/local/storage.py +++ b/mopidy/local/storage.py @@ -10,5 +10,5 @@ def check_dirs_and_files(config): if not os.path.isdir(config['local']['media_dir']): logger.warning( 'Local media dir %s does not exist or we lack \ - permissions to the directory or one of it\'s parents' % + permissions to the directory or one of its parents' % config['local']['media_dir'])