summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING2
-rw-r--r--src/README4
-rw-r--r--util/README6
3 files changed, 9 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index c2998f086..92aa6541d 100644
--- a/HACKING
+++ b/HACKING
@@ -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.
diff --git a/src/README b/src/README
index 150730ddd..03e4455ea 100644
--- a/src/README
+++ b/src/README
@@ -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.
diff --git a/util/README b/util/README
index 43d80553e..39560a8c3 100644
--- a/util/README
+++ b/util/README
@@ -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.
+