diff --git a/views.py b/views.py
index 4bb709240d75992bb2c2d7b1c8b516ce9449b054_dmlld3MucHk=..c5ccf314a53b9bcdd207e6f9d207a64f2173cf2f_dmlld3MucHk= 100644
--- a/views.py
+++ b/views.py
@@ -316,7 +316,7 @@
     def url(self):
         return self.build_url(rql=self.rset.printable_rql(), vid='edition')
 
-class DelteCommentAction(Action):
+class DeleteCommentAction(Action):
     id = 'delete_comment'
     __select__ = implements('Comment') & \
                  score_entity(lambda x: not x.reverse_comments and x.has_perm('delete'))