pattern: Fix incorrect grammar in cairo_pattern_get_type.
commitb7b6803567fbe477e1ae42d2406744afaa3c0cbb
authorBryce Harrington <bryce@bryceharrington.org>
Fri, 16 Sep 2016 22:05:55 +0000 (16 15:05 -0700)
committerBryce Harrington <bryce@bryceharrington.org>
Mon, 10 Oct 2016 21:39:23 +0000 (10 14:39 -0700)
tree425db9539902db2a0c8c56196018b45a94cb91d9
parent9d2983175e98433cf86fbfafa2954ce2cbf66dac
pattern: Fix incorrect grammar in cairo_pattern_get_type.

"This function returns the type a pattern." is obviously missing 'of',
but this can be stated more succinctly with active voice.

Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
src/cairo-pattern.c