[Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py Fix typo

Florent Xicluna laxyf at yahoo.fr
Sat Aug 5 11:29:43 EDT 2006


Log message for revision 69355:
  Fix typo

Changed:
  U   Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py

-=-
Modified: Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py
===================================================================
--- Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py	2006-08-04 14:19:46 UTC (rev 69354)
+++ Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py	2006-08-05 15:29:41 UTC (rev 69355)
@@ -32,7 +32,7 @@
 
 def define_module_alias(_context, module, alias):
     warnings.warn_explicit(
-        "The 'modulealais' directive has been deprecated and will be "
+        "The 'modulealias' directive has been deprecated and will be "
         "removed in Zope 3.5.  Manipulate sys.modules manually instead.",
         DeprecationWarning, _context.info.file, _context.info.line)    
     _context.action(



More information about the Zope3-Checkins mailing list