docs/manual/basics-bus.xml: Correct typo. Fixes bug #544320.
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 23 Jul 2008 15:44:04 +0000 (15:44 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 23 Jul 2008 15:44:04 +0000 (15:44 +0000)
Original commit message from CVS:
* docs/manual/basics-bus.xml:
Correct typo. Fixes bug #544320.

ChangeLog
docs/manual/basics-bus.xml

index 4839fde..c22212e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * docs/manual/basics-bus.xml:
+       Correct typo. Fixes bug #544320.
+
 2008-07-22  Michael Smith <msmith@songbirdnest.com>
 
        * configure.ac:
index c4763bf..e7557a9 100644 (file)
@@ -23,7 +23,7 @@
       <itemizedlist>
         <listitem>
           <para>
-            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.