diff options
author | Daniel Holbert <dholbert@mozilla.com> | 2009-01-23 10:18:48 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-01-29 10:10:40 +0000 |
commit | d108b2777fcd6ef4fa45aeeef457dc58522e325b (patch) | |
tree | 41fce3b11638023264b503017cf58e1ac18907b2 /src/cairo-pdf-operators.c | |
parent | 6394ec3048f31b867d9588853fa400c6c630c6f1 (diff) | |
download | cairo-d108b2777fcd6ef4fa45aeeef457dc58522e325b.tar.gz |
Spelling corrections: s/it's/its/
As a fun itch to scratch, I've been fixing incorrect uses of the
contraction "it's" in comments within the mozilla source tree (tracked
in https://bugzilla.mozilla.org/show_bug.cgi?id=458167 ), and I ran
across 6 instances of this typo in mozilla's snapshot of cairo.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-pdf-operators.c')
-rw-r--r-- | src/cairo-pdf-operators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-pdf-operators.c b/src/cairo-pdf-operators.c index 256b08e08..22c0a88d7 100644 --- a/src/cairo-pdf-operators.c +++ b/src/cairo-pdf-operators.c @@ -120,7 +120,7 @@ _cairo_pdf_operators_enable_actual_text (cairo_pdf_operators_t *pdf_operators, * pdf_operators may leave the emitted PDF for some operations * unfinished in case subsequent operations can be merged. This * function will finish off any incomplete operation so the stream - * will be in a state where the surface may emit it's own PDF + * will be in a state where the surface may emit its own PDF * operations (eg changing patterns). * */ |