From e504ca02079bd2963dc0223e09a299821d5560be Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 1 Apr 2013 23:30:05 +0200 Subject: [PATCH] config: Fix typo. --- mopidy/utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/utils/config.py b/mopidy/utils/config.py index e20afd26..3b695087 100644 --- a/mopidy/utils/config.py +++ b/mopidy/utils/config.py @@ -63,7 +63,7 @@ class ConfigValue(object): maximum = None #: Indicate if this field is required. - opitional = None + optional = None #: Indicate if we should mask the when printing for human consumption. secret = None