@@ -162,7 +162,7 @@ generate postscript images from some numerical simulations, and still
162162others in web application servers to dynamically serve up graphs.
163163
164164To support all of these use cases, matplotlib can target different
165- outputs, and each of these capabililities is called a backend; the
165+ outputs, and each of these capabilities is called a backend; the
166166"frontend" is the user facing code, ie the plotting code, whereas the
167167"backend" does all the hard work behind-the-scenes to make the
168168figure. There are two types of backends: user interface backends (for
@@ -209,7 +209,7 @@ For the rendering engines, one can also distinguish between `vector
209209<http://en.wikipedia.org/wiki/Raster_graphics> `_ renderers. Vector
210210graphics languages issue drawing commands like "draw a line from this
211211point to this point" and hence are scale free, and raster backends
212- generate a pixel represenation of the line whose accuracy depends on a
212+ generate a pixel representation of the line whose accuracy depends on a
213213DPI setting.
214214
215215Here is a summary of the matplotlib renderers (there is an eponymous
@@ -323,7 +323,7 @@ mpkd directory, which will have a name like
323323file:`matplotlib-0.99.0.rc1-py2.5-macosx10.5.mpkg `, it will run the
324324Installer.app, prompt you for a password if you need system wide
325325installation privileges, and install to a directory like
326- file:`/Library/Python/2.5/site-packages/ `, again depedending on your
326+ file:`/Library/Python/2.5/site-packages/ `, again depending on your
327327python version. This directory may not be in your python path, so you
328328should test your installation with::
329329
0 commit comments