[cairo-commit] HACKING src/README util/README
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jan 1 23:57:02 PST 2009
HACKING | 2 +-
src/README | 4 ++--
util/README | 6 ++++++
3 files changed, 9 insertions(+), 3 deletions(-)
New commits:
commit 14d94d9354170003ec15847873a273c1752cf9f2
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 2 02:56:38 2009 -0500
Fix various README typos
diff --git a/HACKING b/HACKING
index c2998f0..92aa654 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 150730d..03e4455 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 43d8055..39560a8 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.
+
More information about the cairo-commit
mailing list