changeset 5855:1048307eb1f5

spelling: overridden
author timeless@gmail.com
date Tue, 03 May 2016 12:09:01 +0000
parents 87ac42db389c
children 4ceeb828cda2
files docs/setup.rst kallithea/lib/auth.py kallithea/tests/functional/test_login.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Tue May 03 12:08:39 2016 +0000
+++ b/docs/setup.rst	Tue May 03 12:09:01 2016 +0000
@@ -117,7 +117,7 @@
 
     paster make-index my.ini -f
 
-The ``--repo-location`` option allows the location of the repositories to be overriden;
+The ``--repo-location`` option allows the location of the repositories to be overridden;
 usually, the location is retrieved from the Kallithea database.
 
 The ``--index-only`` option can be used to limit the indexed repositories to a comma-separated list::
--- a/kallithea/lib/auth.py	Tue May 03 12:08:39 2016 +0000
+++ b/kallithea/lib/auth.py	Tue May 03 12:09:01 2016 +0000
@@ -481,7 +481,7 @@
         user_model = UserModel()
         self.anonymous_user = User.get_default_user(cache=True)
 
-        # These attributes will be overriden by fill_data, below, unless the
+        # These attributes will be overridden by fill_data, below, unless the
         # requested user cannot be found and the default anonymous user is
         # not enabled.
         self.user_id = None
--- a/kallithea/tests/functional/test_login.py	Tue May 03 12:08:39 2016 +0000
+++ b/kallithea/tests/functional/test_login.py	Tue May 03 12:09:01 2016 +0000
@@ -327,7 +327,7 @@
                                              'email': email,
                                              'firstname': name,
                                              'lastname': lastname,
-                                             'admin': True})  # This should be overriden
+                                             'admin': True})  # This should be overridden
         self.assertEqual(response.status, '302 Found')
         self.checkSessionFlash(response, 'You have successfully registered into Kallithea')