mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 02:35:28 +01:00
Fix a typo.
2001-06-27 Kjartan Maraas <kmaraas@gnome.org> * glib/gmarkup.c: Fix a typo.
This commit is contained in:
parent
3372010650
commit
2fe3a9d756
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -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>
|
||||
|
||||
* Makefile.am, configure.in: Removed glib-config-2.0, as we have
|
||||
|
@ -1611,7 +1611,7 @@ g_markup_parse_context_end_parse (GMarkupParseContext *context,
|
||||
case STATE_AFTER_CLOSE_TAG_SLASH:
|
||||
case STATE_INSIDE_CLOSE_TAG_NAME:
|
||||
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);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user