utils.py
branchstable
changeset 3372 26b89dfe4170
parent 3371 762a7bc3b73d
child 3375 ebb11fa58ab9
child 3789 fb22b55f80f8
--- 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