diff options
author | Benjamin Otte <otte@redhat.com> | 2010-05-28 17:19:45 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-06-07 13:37:48 +0200 |
commit | 5c74beaaa5dedd82f891f1cc109142f7b6e222a8 (patch) | |
tree | 39a94fbfd723bc6588a36ede1073b33a6045e2d0 | |
parent | 92d7b1eee96e6b1448aaf3c95a44238fa0eeff48 (diff) |
docs: fix typo
-rw-r--r-- | src/cairo-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-surface.c b/src/cairo-surface.c index 8b67e660..e8accfc7 100644 --- a/src/cairo-surface.c +++ b/src/cairo-surface.c @@ -1002,7 +1002,7 @@ slim_hidden_def (cairo_surface_get_font_options); * @surface: a #cairo_surface_t * * Do any pending drawing for the surface and also restore any - * temporary modification's cairo has made to the surface's + * temporary modifications cairo has made to the surface's * state. This function must be called before switching from * drawing on the surface with cairo to drawing on it directly * with native APIs. If the surface doesn't support direct access, |