diff --git a/ChangeLog b/ChangeLog index 4839fdeda3..c22212edd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-23 Sebastian Dröge + + * docs/manual/basics-bus.xml: + Correct typo. Fixes bug #544320. + 2008-07-22 Michael Smith * configure.ac: diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml index c4763bf6a7..e7557a99a8 100644 --- a/docs/manual/basics-bus.xml +++ b/docs/manual/basics-bus.xml @@ -23,7 +23,7 @@ - Run a GLib/Gtk+ main loop (or iterate the defauly GLib main + Run a GLib/Gtk+ main loop (or iterate the default GLib main context yourself regularly) and attach some kind of watch to the bus. This way the GLib main loop will check the bus for new messages and notify you whenever there are messages.