docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate).
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 3 Jan 2005 10:59:10 +0000 (10:59 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 3 Jan 2005 10:59:10 +0000 (10:59 +0000)
Original commit message from CVS:
* docs/manual/advanced-autoplugging.xml:
Fix typo (intiate -> initiate).

ChangeLog
docs/manual/advanced-autoplugging.xml

index 578ca69..0960704 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * docs/manual/advanced-autoplugging.xml:
+         Fix typo (intiate -> initiate).
+
 2005-01-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * docs/random/bbb/streamselection:
index 0ce4f0e..f7becf9 100644 (file)
@@ -288,7 +288,7 @@ init_factories (void)
       (which we've seen before in <xref linkend="section-pads-dynamic"/>),
       we will listen for newly created source pads and handle those, too.
       The following code replaces the <function>cb_type_found</function>
-      from the previous section with a function to intiate autoplugging,
+      from the previous section with a function to initiate autoplugging,
       which will continue with the above approach.
     </para>
     <programlisting><!-- example-begin dynamic.c c -->