docs: Fix typo

This commit is contained in:
Benjamin Otte 2011-02-21 00:06:08 +01:00
parent 5f2ac56ec6
commit 4a286010d3

View File

@ -244,7 +244,7 @@ gdk_gc_set_tile (gc, NULL);
gdk_gc_set_fill (gc, GDK_SOLID);
gdk_gc_set_ts_origin (gc, 0, 0);
</programlisting></informalexample>
The equivalent cairo code to draw a tiled surfacelooks
The equivalent cairo code to draw a tiled surface looks
like this:
<informalexample><programlisting>
cairo_t *cr;