[gnome-games] Fix a typo



commit 0452c42086134230144c0f9ef21c15897d0de707
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Mon Jan 30 18:39:49 2012 +0100

    Fix a typo

 glines/src/glines.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glines/src/glines.c b/glines/src/glines.c
index 14d1cb1..3eb34a6 100644
--- a/glines/src/glines.c
+++ b/glines/src/glines.c
@@ -1516,7 +1516,7 @@ main (int argc, char *argv[])
   rgen = g_rand_new ();
 
   context = g_option_context_new (NULL);
-  g_option_context_set_translation_dmoain (context, GETTEXT_PACKAGE);
+  g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
   g_option_context_add_group (context, gtk_get_option_group (TRUE));
 
   retval = g_option_context_parse (context, &argc, &argv, &error);



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