summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-display.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-03-03 01:16:25 +0100
committerBenjamin Otte <otte@redhat.com>2014-03-03 01:16:25 +0100
commit6a03ae5859a92d3d4dbe97c9d598700fbcf1d666 (patch)
tree1935bd91286c965b82bc96379622d7a483308b6e /src/cairo-xlib-display.c
parentf1709c298c355499a18796f389fa0fd9bc52b8c3 (diff)
downloadcairo-6a03ae5859a92d3d4dbe97c9d598700fbcf1d666.tar.gz
xlib: Fix typo in documentation
Diffstat (limited to 'src/cairo-xlib-display.c')
-rw-r--r--src/cairo-xlib-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-xlib-display.c b/src/cairo-xlib-display.c
index 493396120..c7708c530 100644
--- a/src/cairo-xlib-display.c
+++ b/src/cairo-xlib-display.c
@@ -568,7 +568,7 @@ _cairo_xlib_display_has_gradients (cairo_device_t *device)
*
* Restricts all future Xlib surfaces for this devices to the specified version
* of the RENDER extension. This function exists solely for debugging purpose.
- * It let's you find out how cairo would behave with an older version of
+ * It lets you find out how cairo would behave with an older version of
* the RENDER extension.
*
* Use the special values -1 and -1 for disabling the RENDER extension.