Author: chrisz
Date: Thu Jan 24 07:52:21 2008
New Revision: 4037
URL: http://trac.turbogears.org/changeset/4037
Log:
Typo fix.
Modified:
branches/1.0/turbogears/widgets/base.py
Modified: branches/1.0/turbogears/widgets/base.py
==============================================================================
--- branches/1.0/turbogears/widgets/base.py (original)
+++ branches/1.0/turbogears/widgets/base.py Thu Jan 24 07:52:21 2008
@@ -585,7 +585,7 @@
if suppress and 'turbogears.mochikit' in
config.get('tg.include_widgets', []):
warnings.warn("""tg.mochikit_suppress == True, but
'turbogears.mochikit' is to be included via 'tg.mochikit_suppress'.
-This is a contratiction, and mochikit_suppress overrides the inclusion to
prevent subtle errors due to version mixing of MochkKit.""")
+This is a contradiction, and mochikit_suppress overrides the inclusion to
prevent subtle errors due to version mixing of MochiKit.""")
mochikit = MochiKitLink("turbogears", "js/MochiKit.js")