From: Ronald S. Bultje Date: Mon, 3 Jan 2005 10:59:10 +0000 (+0000) Subject: docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate). X-Git-Tag: RELEASE-0_8_9~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39ceef35d24a15510f9feaced815f5fa8d832a92;p=platform%2Fupstream%2Fgstreamer.git docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate). Original commit message from CVS: * docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate). --- diff --git a/ChangeLog b/ChangeLog index 578ca69..0960704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-03 Ronald S. Bultje + + * docs/manual/advanced-autoplugging.xml: + Fix typo (intiate -> initiate). + 2005-01-02 Ronald S. Bultje * docs/random/bbb/streamselection: diff --git a/docs/manual/advanced-autoplugging.xml b/docs/manual/advanced-autoplugging.xml index 0ce4f0e..f7becf9 100644 --- a/docs/manual/advanced-autoplugging.xml +++ b/docs/manual/advanced-autoplugging.xml @@ -288,7 +288,7 @@ init_factories (void) (which we've seen before in ), we will listen for newly created source pads and handle those, too. The following code replaces the cb_type_found - 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.