diff --git a/kallithea/model/db.py b/kallithea/model/db.py --- a/kallithea/model/db.py +++ b/kallithea/model/db.py @@ -238,8 +238,8 @@ class Setting(Base, BaseModel): @classmethod def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')): """ - Creates or updates Kallithea setting. If updates is triggered it will only - update parameters that are explicityl set Optional instance will be skipped + Creates or updates Kallithea setting. If updates are triggered, it will only + update parameters that are explicitly set. Optional instance will be skipped. :param key: :param val: