[PATCH 21/46] filters: Fix a typo in comment

Damien Lespiau damien.lespiau at intel.com
Sun Nov 9 06:08:39 AEDT 2014


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 apps/patchwork/filters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/patchwork/filters.py b/apps/patchwork/filters.py
index 8323fe8..8159e03 100644
--- a/apps/patchwork/filters.py
+++ b/apps/patchwork/filters.py
@@ -41,7 +41,7 @@ class Filter(object):
 
     def key(self):
         """The key for this filter, to appear in the querystring. A key of
-           None will remove the param=ley pair from the querystring."""
+           None will remove the param=key pair from the querystring."""
         return None
 
     def set_status(self, *kwargs):
-- 
1.8.3.1



More information about the Patchwork mailing list