https://bugzilla.gnome.org/show_bug.cgi?id=738153
<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.
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>