Fix a typo.

2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>

	* glib/gmarkup.c: Fix a typo.
This commit is contained in:
Kjartan Maraas 2001-06-27 19:18:07 +00:00 committed by Kjartan Maraas
parent 3372010650
commit 2fe3a9d756
9 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1,3 +1,7 @@
2001-06-27 Kjartan Maraas <kmaraas@gnome.org>
* glib/gmarkup.c: Fix a typo.
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, configure.in: Removed glib-config-2.0, as we have * Makefile.am, configure.in: Removed glib-config-2.0, as we have

View File

@ -1611,7 +1611,7 @@ g_markup_parse_context_end_parse (GMarkupParseContext *context,
case STATE_AFTER_CLOSE_TAG_SLASH: case STATE_AFTER_CLOSE_TAG_SLASH:
case STATE_INSIDE_CLOSE_TAG_NAME: case STATE_INSIDE_CLOSE_TAG_NAME:
set_error (context, error, G_MARKUP_ERROR_PARSE, set_error (context, error, G_MARKUP_ERROR_PARSE,
_("Document ended unexpectedly inside the close tag for" _("Document ended unexpectedly inside the close tag for "
"element '%s'"), current_element); "element '%s'"), current_element);
break; break;