docs: pwg: fix two typos

https://bugzilla.gnome.org/show_bug.cgi?id=738153
This commit is contained in:
Guillaume Desmottes 2014-10-08 16:03:20 +02:00 committed by Tim-Philipp Müller
parent 2cc55af046
commit cea054c84a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<title>Memory allocation</title>
<para>
Memory allocation and management is a very important topic in
multimedia. High definition video uses many magabytes to store
multimedia. High definition video uses many megabytes to store
one single frame of video. It is important to reuse the memory
when possible instead of constantly allocating and freeing
the memory.

View file

@ -77,7 +77,7 @@
second long, it is operating at twice the required speed. If, on the
other hand, it takes 2 seconds to produce a buffer with 1 seconds worth
of data, upstream is producing buffers too slow and we won't be able to
keep sycnhronization. Usually, a running average is kept of the
keep synchronization. Usually, a running average is kept of the
proportion.
</para>
<para>