# HG changeset patch # User timeless@gmail.com # Date 1462276397 0 # Node ID 6781b72b60fe5f047505830c2e5ba96f64706b28 # Parent 44875d59a6bc5727b928487b51ccb935973dd3a4 spelling: explicitly diff -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_0_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_0.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_0_0.py Tue May 03 11:53:17 2016 +0000 @@ -232,7 +232,7 @@ 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 -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_0_1.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_1.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_0_1.py Tue May 03 11:53:17 2016 +0000 @@ -235,7 +235,7 @@ 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 -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_0_2.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_2.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_0_2.py Tue May 03 11:53:17 2016 +0000 @@ -235,7 +235,7 @@ 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 -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_1_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_1_0.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_1_0.py Tue May 03 11:53:17 2016 +0000 @@ -238,7 +238,7 @@ 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 -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_2_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_0.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_2_0.py Tue May 03 11:53:17 2016 +0000 @@ -239,7 +239,7 @@ 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 -r 44875d59a6bc -r 6781b72b60fe kallithea/lib/dbmigrate/schema/db_2_2_3.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_3.py Tue May 03 11:52:42 2016 +0000 +++ b/kallithea/lib/dbmigrate/schema/db_2_2_3.py Tue May 03 11:53:17 2016 +0000 @@ -239,7 +239,7 @@ 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: