[cairo] Doc typo.

Fix conflicting sentence as pointed out by
https://bugs.freedesktop.org/show_bug.cgi?id=20183
This commit is contained in:
Chris Wilson 2009-06-03 10:51:23 +01:00
parent 35d0dd00c9
commit c988dc3719

View file

@ -3788,10 +3788,6 @@ cairo_get_group_target (cairo_t *cr)
* would be returned by cairo_status().</listitem>
* </orderedlist>
*
* In either case, <literal>path->status</literal> will be set to
* %CAIRO_STATUS_NO_MEMORY (regardless of what the error status in
* @cr might have been).
*
* Return value: the copy of the current path. The caller owns the
* returned object and should call cairo_path_destroy() when finished
* with it.