[gcompris] minor typo.



commit f26949ab2243d14d9fcd0d0bc5d818d2f844c0a4
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Wed May 18 23:33:52 2011 +0200

    minor typo.

 src/gcompris/gcompris.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index d5053f9..76e336f 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -269,10 +269,10 @@ static GOptionEntry options[] = {
    ("Disable maximization zoom"), NULL},
 
   {"timing-base",'\0', 0, G_OPTION_ARG_DOUBLE, &popt_timing_base,
-   ("Increase activiites' timeout delays; useful values > 1.0; 1.0 to not change hardcoded value"), NULL},
+   ("Increase activities' timeout delays; useful values > 1.0; 1.0 to not change hardcoded value"), NULL},
 
   {"timing-mult",'\0', 0, G_OPTION_ARG_DOUBLE, &popt_timing_mult,
-   ("How activiites' timeout delays are growing for several actors; useful values < 1.0; 1.0 to not change hardcoded value"), NULL},
+   ("How activities' timeout delays are growing for several actors; useful values < 1.0; 1.0 to not change hardcoded value"), NULL},
 
   { NULL }
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]