[xiph-commits] r10114 - trunk/planarity

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sun Oct 2 23:06:10 PDT 2005


Author: xiphmont
Date: 2005-10-02 23:06:08 -0700 (Sun, 02 Oct 2005)
New Revision: 10114

Modified:
   trunk/planarity/graph_generate.c
   trunk/planarity/version.h
Log:
Misspelling (Mumber)



Modified: trunk/planarity/graph_generate.c
===================================================================
--- trunk/planarity/graph_generate.c	2005-10-03 05:59:50 UTC (rev 10113)
+++ trunk/planarity/graph_generate.c	2005-10-03 06:06:08 UTC (rev 10114)
@@ -57,7 +57,7 @@
   {"sparse",   5, "Threadbare",                                     generate_sparse,    1.2,1., 2 }, // 10
 
   {"nasty",    4, "The Bumpy Circles Are Slightly More Difficult",  generate_nasty,    1.5,1., 3 }, // 11
-  {"nasty",    5, "Three is a Magic Mumber",                        generate_nasty,    1.5,1., 3 }, // 12
+  {"nasty",    5, "Three is a Magic Number",                        generate_nasty,    1.5,1., 3 }, // 12
   {"nasty",    6, "Last Call For (Sort of) Triangles (For Now)",    generate_nasty,    1.5,1., 3 }, // 13
 
   {"free",     4, "Something Only Subtly Different",                generate_freeform, 1.5,1., 3 }, // 14

Modified: trunk/planarity/version.h
===================================================================
--- trunk/planarity/version.h	2005-10-03 05:59:50 UTC (rev 10113)
+++ trunk/planarity/version.h	2005-10-03 06:06:08 UTC (rev 10114)
@@ -1,2 +1,2 @@
 #define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Mon Oct  3 01:57:42 EDT 2005] */
+/* DO NOT EDIT: Automated versioning hack [Mon Oct  3 02:00:36 EDT 2005] */



More information about the commits mailing list