typo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Sep 2009 18:59:00 +0200
branchstable
changeset 3372 26b89dfe4170
parent 3371 762a7bc3b73d
child 3374 d5bd1b659ce8
typo
utils.py
--- a/utils.py	Tue Sep 22 18:52:20 2009 +0200
+++ b/utils.py	Tue Sep 22 18:59:00 2009 +0200
@@ -361,7 +361,7 @@
     return True
 
 try:
-    # may not be there if cubicwbeb-web not installed
+    # may not be there if cubicweb-web not installed
     from simplejson import dumps, JSONEncoder
 except ImportError:
     pass