config: Fix typo.

This commit is contained in:
Thomas Adamcik 2013-04-01 23:30:05 +02:00
parent 98269f4ed1
commit e504ca0207

View File

@ -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