summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-12-05 02:30:58 -0800
committerCarl Worth <cworth@cworth.org>2007-12-05 02:30:58 -0800
commit946b8fedb57fc0c70e4f82b2151433768479a11c (patch)
tree0db01dd6ade4373bb3c2e3ac002a214c6c47a6fe /NEWS
parent94a35c7b71b2219d68e81272ce6328e46ae0e91e (diff)
Fix misspellings
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 35d29233..b52c1591 100644
--- a/NEWS
+++ b/NEWS
@@ -27,12 +27,12 @@ the GIMP, for example. See:
https://bugs.freedesktop.org/show_bug.cgi?id=13084
[XXX: Are we interpreting "cairo_new_path;cairo_clip" as a request to
-clip everything? That wouldn't be consisten with how we treat
+clip everything? That wouldn't be consistent with how we treat
cairo_new_path;cairo_fill, for example. Will follow up on cairo
mailing list for more details.]
-PostScript improvments
-----------------------
+PostScript improvements
+-----------------------
Fix bug leading to invalid PostScript files when rendering
text, (need "0 0 xyshow" instead of "0 xyshow").