docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate).

Original commit message from CVS:
* docs/manual/advanced-autoplugging.xml:
Fix typo (intiate -> initiate).
This commit is contained in:
Ronald S. Bultje 2005-01-03 10:59:10 +00:00
parent 85993177f5
commit 39ceef35d2
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View 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 -->