docs: fix an other typo in clock chapter

Shockingly I missed this bigger typo in the previos fix
This commit is contained in:
Luis de Bethencourt 2016-01-27 12:45:20 +00:00
parent 130d6c8282
commit 09397c442d

View file

@ -196,7 +196,7 @@
<para> <para>
A clock provider is an element in the pipeline that can provide A clock provider is an element in the pipeline that can provide
a <classname>GstClock</classname> object. The clock object needs to a <classname>GstClock</classname> object. The clock object needs to
report an absoulute-time that is monotonically increasing when the report an absolute-time that is monotonically increasing when the
element is in the PLAYING state. It is allowed to pause the clock element is in the PLAYING state. It is allowed to pause the clock
while the element is PAUSED. while the element is PAUSED.
</para> </para>