=?utf-8?q?=5Bglib=5D_Fixed_a_a_=C2=ABbig_bug=C2=BB_in_a_string_=3B-=29?=



commit 1519d6b894c95968fdd13a2004cf0c9d97efe7bd
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Jul 2 17:24:45 2012 +0200

    Fixed a a Âbig bug in a string ;-)

 glib/gregex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gregex.c b/glib/gregex.c
index 839b1e6..825911b 100644
--- a/glib/gregex.c
+++ b/glib/gregex.c
@@ -486,7 +486,7 @@ translate_compile_error (gint *errcode, const gchar **errmsg)
       *errmsg = _("(*VERB) not recognized");
       break;
     case G_REGEX_ERROR_NUMBER_TOO_BIG:
-      *errmsg = _("number is too bug");
+      *errmsg = _("number is too big");
       break;
     case G_REGEX_ERROR_MISSING_SUBPATTERN_NAME:
       *errmsg = _("missing subpattern name after (?&");



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