# HG changeset patch # User timeless@gmail.com # Date 1462251711 0 # Node ID e9c9f2e07de8a7508885e06938e04e7a53bd57bd # Parent 8d0770c7db399cd7e99dcbac975ea2281f801044 spelling: additional diff -r 8d0770c7db39 -r e9c9f2e07de8 development.ini --- 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 diff -r 8d0770c7db39 -r e9c9f2e07de8 kallithea/bin/template.ini.mako --- 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) errormator.logging_on_error = false -<%text>## list of additonal keywords that should be grabbed from environ object +<%text>## list of additional keywords that should be grabbed from environ object <%text>## can be string with comma separated list of words in lowercase <%text>## (by default client will always send following info: <%text>## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that diff -r 8d0770c7db39 -r e9c9f2e07de8 kallithea/config/deployment.ini_tmpl --- 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 diff -r 8d0770c7db39 -r e9c9f2e07de8 kallithea/tests/models/test_users.py --- 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', diff -r 8d0770c7db39 -r e9c9f2e07de8 kallithea/tests/test.ini --- 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