summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-24 07:16:01 +0000
committerCarl Worth <cworth@cworth.org>2005-08-24 07:16:01 +0000
commitd86b741b4e9fdae422f7ef8c791ce779812b2be9 (patch)
tree91fbb16dc6ce32af1ab93e4a08c957cdca78d93c
parent83b2f98d4955149c0d9941ed42ea51bf0d6cc993 (diff)
Fix typos.
-rw-r--r--ChangeLog4
-rw-r--r--README4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 95be2e681..983684eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-24 Carl Worth <cworth@cworth.org>
+ * README: Fix typos.
+
+2005-08-24 Carl Worth <cworth@cworth.org>
+
* README: Move glitz into the experimental list.
2005-08-24 Carl Worth <cworth@cworth.org>
diff --git a/README b/README
index 81a391641..e3815db8e 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ What is cairo
=============
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
-System, win32, andimage buffers. Experimental backends include OpenGL
-(through glitz), Quartz, XCB, PostScript and PDF files output.
+System, win32, and image buffers. Experimental backends include OpenGL
+(through glitz), Quartz, XCB, PostScript and PDF file output.
Cairo is designed to produce consistent output on all output media
while taking advantage of display hardware acceleration when available