diff mbox

[19/49] filters: Fix a typo in comment

Message ID 1443708774-26996-20-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
---
 patchwork/filters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/patchwork/filters.py b/patchwork/filters.py
index 8c9690e..205be29 100644
--- a/patchwork/filters.py
+++ b/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):