summaryrefslogtreecommitdiff
path: root/doc/public/language-bindings.xml
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-02-13 16:47:32 -0800
committerCarl Worth <cworth@cworth.org>2006-02-13 16:47:32 -0800
commit01dd527ef3cb3205e33ffec90a11fda11f0e281a (patch)
tree39c7e267083fde15b6cbc249b34d597d4d6522ff /doc/public/language-bindings.xml
parent6aff9afc22eb6c5c814992c5ca4b3bd437935d3a (diff)
parent0e40baa9a7bd08abd15bfdc666c6e2d21d791e82 (diff)
Remove pixman from SNAPSHOT_0_5_2SNAPSHOT_0_5_2
Diffstat (limited to 'doc/public/language-bindings.xml')
-rw-r--r--doc/public/language-bindings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/public/language-bindings.xml b/doc/public/language-bindings.xml
index 1b999d82f..b0ee8e879 100644
--- a/doc/public/language-bindings.xml
+++ b/doc/public/language-bindings.xml
@@ -418,7 +418,7 @@ public void writeToPNG (OutputStream stream) throws IOException;
</para></listitem>
<listitem><para>
Constructors, rather than
- returning<constant>NULL</constant> on out-of-memory failure,
+ returning <constant>NULL</constant> on out-of-memory failure,
return a special singleton object on which all
operations do nothing. Retrieving the status of the
singleton object returns <constant>CAIRO_STATUS_NO_MEMORY</constant>
@@ -534,7 +534,7 @@ cairo_pattern_t
Like patterns, surfaces, which use only the
<link
linkend="cairo-surface-t"><type>cairo_surface_t</type></link>
- type in the C API should be broken up into a heirarchy of types
+ type in the C API should be broken up into a hierarchy of types
in a language binding.
</para>
<programlisting>