changeset 5819:e9c9f2e07de8

spelling: additional
author timeless@gmail.com
date Tue, 03 May 2016 05:01:51 +0000
parents 8d0770c7db39
children a670727a096a
files development.ini kallithea/bin/template.ini.mako kallithea/config/deployment.ini_tmpl kallithea/tests/models/test_users.py kallithea/tests/test.ini
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Tue May 03 05:05:29 2016 +0000
+++ b/development.ini	Tue May 03 05:01:51 2016 +0000
@@ -426,7 +426,7 @@
 ## (saves API quota for intensive logging)
 errormator.logging_on_error = false
 
-## list of additonal keywords that should be grabbed from environ object
+## list of additional keywords that should be grabbed from environ object
 ## can be string with comma separated list of words in lowercase
 ## (by default client will always send following info:
 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that
--- a/kallithea/bin/template.ini.mako	Tue May 03 05:05:29 2016 +0000
+++ b/kallithea/bin/template.ini.mako	Tue May 03 05:01:51 2016 +0000
@@ -424,7 +424,7 @@
 <%text>## (saves API quota for intensive logging)</%text>
 errormator.logging_on_error = false
 
-<%text>## list of additonal keywords that should be grabbed from environ object</%text>
+<%text>## list of additional keywords that should be grabbed from environ object</%text>
 <%text>## can be string with comma separated list of words in lowercase</%text>
 <%text>## (by default client will always send following info:</%text>
 <%text>## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that</%text>
--- a/kallithea/config/deployment.ini_tmpl	Tue May 03 05:05:29 2016 +0000
+++ b/kallithea/config/deployment.ini_tmpl	Tue May 03 05:01:51 2016 +0000
@@ -419,7 +419,7 @@
 ## (saves API quota for intensive logging)
 errormator.logging_on_error = false
 
-## list of additonal keywords that should be grabbed from environ object
+## list of additional keywords that should be grabbed from environ object
 ## can be string with comma separated list of words in lowercase
 ## (by default client will always send following info:
 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that
--- a/kallithea/tests/models/test_users.py	Tue May 03 05:05:29 2016 +0000
+++ b/kallithea/tests/models/test_users.py	Tue May 03 05:01:51 2016 +0000
@@ -44,7 +44,7 @@
 
         self.assertEqual(UserGroupMember.query().all(), [])
 
-    def test_additonal_email_as_main(self):
+    def test_additional_email_as_main(self):
         usr = UserModel().create_or_update(username=u'test_user',
                                            password=u'qweqwe',
                                      email=u'main_email@example.com',
--- a/kallithea/tests/test.ini	Tue May 03 05:05:29 2016 +0000
+++ b/kallithea/tests/test.ini	Tue May 03 05:01:51 2016 +0000
@@ -426,7 +426,7 @@
 ## (saves API quota for intensive logging)
 errormator.logging_on_error = false
 
-## list of additonal keywords that should be grabbed from environ object
+## list of additional keywords that should be grabbed from environ object
 ## can be string with comma separated list of words in lowercase
 ## (by default client will always send following info:
 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that