diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_0.py b/kallithea/lib/dbmigrate/schema/db_2_0_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_0.py @@ -232,7 +232,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_1.py b/kallithea/lib/dbmigrate/schema/db_2_0_1.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_1.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_1.py @@ -235,7 +235,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_2.py b/kallithea/lib/dbmigrate/schema/db_2_0_2.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_2.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_2.py @@ -235,7 +235,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: diff --git a/kallithea/lib/dbmigrate/schema/db_2_1_0.py b/kallithea/lib/dbmigrate/schema/db_2_1_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_1_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_1_0.py @@ -238,7 +238,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: diff --git a/kallithea/lib/dbmigrate/schema/db_2_2_0.py b/kallithea/lib/dbmigrate/schema/db_2_2_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_2_0.py @@ -239,7 +239,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: diff --git a/kallithea/lib/dbmigrate/schema/db_2_2_3.py b/kallithea/lib/dbmigrate/schema/db_2_2_3.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_3.py +++ b/kallithea/lib/dbmigrate/schema/db_2_2_3.py @@ -239,7 +239,7 @@ class Setting(Base, BaseModel): 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 + update parameters that are explicitly set Optional instance will be skipped :param key: :param val: