Fix various README typos

This commit is contained in:
Behdad Esfahbod 2009-01-02 02:56:38 -05:00
parent 28a72648ba
commit 14d94d9354
3 changed files with 9 additions and 3 deletions

View file

@ -74,7 +74,7 @@ We use /git/ for version control. See:
http://cairographics.org/download/
TODO:
Add links to some git tutorials or better, right a few paragraphs
Add links to some git tutorials or better, write a few paragraphs
about how to use git to efficiently hack on cairo.

View file

@ -1,7 +1,7 @@
Cairo Library Source Code
=========================
This directory contains the source code to the cairo library.
This directory contains the source code of the cairo library.
Source Code Listing
@ -60,7 +60,7 @@ be added to the regression test suite to test the new code.
Bibliography
------------
A detailed list of academic publications used in cairo code is availagle
A detailed list of academic publications used in cairo code is available
in the file $(top_srcdir)/BIBLIOGRAPHY. Feel free to update as you
implement more papers.

View file

@ -59,3 +59,9 @@ cairo to newer API. See $(top_srcdir)/PORTING_GUIDE for more information.
These files are obsolete now and may be removed in a future version.
cairo-view and waterfall
------------------------
These are two pycairo scripts useful for testing the toy font backend.