Fixed a a «big bug» in a string ;-)
authorDaniel Mustieles <daniel.mustieles@gmail.com>
Mon, 2 Jul 2012 15:24:45 +0000 (17:24 +0200)
committerDaniel Mustieles <daniel.mustieles@gmail.com>
Mon, 2 Jul 2012 15:24:45 +0000 (17:24 +0200)
glib/gregex.c

index 839b1e6..825911b 100644 (file)
@@ -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 (?&");