changeset 5838:6781b72b60fe

spelling: explicitly
author timeless@gmail.com
date Tue, 03 May 2016 11:53:17 +0000
parents 44875d59a6bc
children 4cf5607f61be
files kallithea/lib/dbmigrate/schema/db_2_0_0.py kallithea/lib/dbmigrate/schema/db_2_0_1.py kallithea/lib/dbmigrate/schema/db_2_0_2.py kallithea/lib/dbmigrate/schema/db_2_1_0.py kallithea/lib/dbmigrate/schema/db_2_2_0.py kallithea/lib/dbmigrate/schema/db_2_2_3.py
diffstat 6 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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:
--- 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:
--- 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:
--- 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:
--- 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: