[Checkins] SVN: grokproject/trunk/ Fix important typos: eggs_directory -> eggs-directory

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 5 05:06:44 EDT 2008


Log message for revision 86436:
  Fix important typos: eggs_directory -> eggs-directory

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-05 08:13:05 UTC (rev 86435)
+++ grokproject/trunk/CHANGES.txt	2008-05-05 09:06:43 UTC (rev 86436)
@@ -27,7 +27,7 @@
   will be added to buildout.cfg.
 
 * When there is no .buildout/default.cfg file, create it.  Only put
-  eggs_directory in the created buildout.cfg file when the user does
+  eggs-directory in the created buildout.cfg file when the user does
   not have it in default.cfg yet.
 
 * Do not ask for eggs dir when we have a default already.

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-05-05 08:13:05 UTC (rev 86435)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-05-05 09:06:43 UTC (rev 86436)
@@ -5,7 +5,7 @@
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
-# unless you specify an eggs_directory option here.
+# unless you specify an eggs-directory option here.
 ${eggs_dir}
 versions = versions
 



More information about the Checkins mailing list