[patch] Correct a typo in "cairo-png.c"
"Xing, Dongsheng" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <720BD6C0640BA94687C456A78160D41D12D47F@SHSMSX101.ccr.corp.intel.com> |
Hi, there is a typo in a comment. The comment expresses exact opposite meaning.
Here is a patch fixing the typo.
diff --git a/src/cairo-png.c b/src/cairo-png.c
index e74a4a8..4c2ec94 100644
--- a/src/cairo-png.c
+++ b/src/cairo-png.c
@@ -142,7 +142,7 @@ png_simple_error_callback (png_structp png,
longjmp (png_jmpbuf (png), 1);
#endif
- /* if we get here, then we have to choice but to abort ... */
+ /* if we get here, then we have no choice but to abort ... */
}
static void
--
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo