summaryrefslogtreecommitdiff
path: root/doc/reference/xml/cairo_set_target_surface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/xml/cairo_set_target_surface.xml')
-rw-r--r--doc/reference/xml/cairo_set_target_surface.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/xml/cairo_set_target_surface.xml b/doc/reference/xml/cairo_set_target_surface.xml
index 1619b40c0..473df3fe9 100644
--- a/doc/reference/xml/cairo_set_target_surface.xml
+++ b/doc/reference/xml/cairo_set_target_surface.xml
@@ -35,7 +35,7 @@ void cairo_set_target_surface (<link linkend="cairo_t">cairo_t</link> *cr, <link
<indexterm>
<primary/>
</indexterm>
-Selects <varname>surfacee</varname> as the surface to draw on. If there already is a surface set, it will be substituted by <varname>surface</varname>. It references <varname>surface</varname>e to ensure that it will be calid at least until another surface was selected or the <link linkend="cairo_t">cairo_t</link> is destroyed.
+Selects <varname>surface</varname> as the surface to draw on. If there already is a surface set, it will be substituted by <varname>surface</varname>. It references <varname>surface</varname>e to ensure that it will be valid at least until another surface was selected or the <link linkend="cairo_t">cairo_t</link> is destroyed.
</para>
</refsect1>
</refentry>