[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/utils.py Typo: Graphiz -> Graphviz

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Apr 14 18:07:38 EDT 2011


Log message for revision 121432:
  Typo: Graphiz -> Graphviz

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/utils.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/utils.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/utils.py	2011-04-14 18:44:31 UTC (rev 121431)
+++ Products.GenericSetup/trunk/Products/GenericSetup/utils.py	2011-04-14 22:07:38 UTC (rev 121432)
@@ -866,7 +866,7 @@
             # raise an error, because checkComplete relies on this method.
             logger = getLogger('GenericSetup')
             log_msg = 'There are unresolved or circular dependencies. '\
-                      'Graphiz diagram:: digraph dependencies {'
+                      'Graphviz diagram:: digraph dependencies {'
             for step in steps:
                 step_id = step['id']
                 for dependency in step['dependencies']:



More information about the checkins mailing list