From 877eaa155fef72102a5bd10302ad958f487260f3 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 31 Mar 2018 13:39:26 +0100 Subject: Correct spelling mistakes. --- src/web/controllers/abstract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/controllers/abstract.py') diff --git a/src/web/controllers/abstract.py b/src/web/controllers/abstract.py index 47cc365f..764ff305 100644 --- a/src/web/controllers/abstract.py +++ b/src/web/controllers/abstract.py @@ -63,7 +63,7 @@ class AbstractController: def _get(self, **filters): """ Will add the current user id if that one is not none (in which case the decision has been made in the code that the query shouldn't be user - dependant) and the user is not an admin and the filters doesn't already + dependent) and the user is not an admin and the filters doesn't already contains a filter for that user. """ if self._user_id_key is not None and self.user_id \ -- cgit