summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:45:51 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:52:48 +0100
commit234b2d077c170c1fdd24f7d480521789f2eae5f2 (patch)
tree4dc37101ba3631dd650e11778355b889539d0218
parentcbdccac88b7d02f1902589462f4f3c5fe7685f9d (diff)
[font-options] Doc typo
Remove duplicate 'with' as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20180
-rw-r--r--src/cairo-font-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c
index dedd3379e..b2cb230ba 100644
--- a/src/cairo-font-options.c
+++ b/src/cairo-font-options.c
@@ -132,7 +132,7 @@ cairo_font_options_copy (const cairo_font_options_t *original)
* cairo_font_options_destroy:
* @options: a #cairo_font_options_t
*
- * Destroys a #cairo_font_options_t object created with with
+ * Destroys a #cairo_font_options_t object created with
* cairo_font_options_create() or cairo_font_options_copy().
**/
void