fix typo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Feb 2010 18:29:30 +0100
branchstable
changeset 4456 e0ee73794898
parent 4455 6af31772765f
child 4457 297a63704761
fix typo
view.py
--- a/view.py	Thu Feb 04 11:33:55 2010 +0100
+++ b/view.py	Thu Feb 04 18:29:30 2010 +0100
@@ -114,7 +114,7 @@
     def paginable(self):
         if not isinstance(self.__class__.need_navigation, property):
             warn('[3.6] %s.need_navigation is deprecated, use .paginable'
-                 % self.__class__, DeprecationWarninig)
+                 % self.__class__, DeprecationWarning)
             return self.need_navigation
         return True