]> git.saurik.com Git - wxWidgets.git/commitdiff
typos fixed
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 6 Jan 2000 16:58:12 +0000 (16:58 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 6 Jan 2000 16:58:12 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/life/samples.inc

index 76ac56bbf2ed1485ae818f135daa416074a27d1c..d218418705ac0512dfb888f77bb342006886713a 100644 (file)
@@ -91,7 +91,7 @@ LifeShape g_shapes[] =
                ".......**....." ),
     LifeShape( _("Phoenix"),
                _("A phoenix is a pattern whose cells all die in every "
-                 "generatio, and yet lives forever. For example, this is "
+                 "generation, and yet lives forever. For example, this is "
                  "a phoenix with period two."),
                8, 8,
                "....*..."
@@ -116,9 +116,9 @@ LifeShape g_shapes[] =
     LifeShape( _("Thunderbird"),
                _("The thunderbird is another popular methuselah, which "
                  "doesn't stabilize until the 243th generation. Note that "
-                 "because the initial configuration is simmetrical with "
+                 "because the initial configuration is symmetrical with "
                  "respect to the vertical axis, all generations must be "
-                 "simmetrical as well."),
+                 "symmetrical as well."),
                3, 5,
                "***"
                "..."