summaryrefslogtreecommitdiff
path: root/draw/draw_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_scale.c')
-rw-r--r--draw/draw_scale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/draw_scale.c b/draw/draw_scale.c
index 578a1d1e..e478633c 100644
--- a/draw/draw_scale.c
+++ b/draw/draw_scale.c
@@ -11,7 +11,7 @@ and then positioning it at (frac(x),frac(y)).
/* Do we special case handling of single pixel high/wide images? The
* 'purest' handling is given by not special casing them, but certain
* files that use such images 'stack' them to give full images. Not
- * special casing them results in then being fainter and giving noticable
+ * special casing them results in then being fainter and giving noticeable
* rounding errors.
*/
#define SINGLE_PIXEL_SPECIALS
@@ -1233,7 +1233,7 @@ fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, floa
* When scaling vertically, we always store out forwards, but may
* feed source rows in in a different order.
*
- * Consider the image rectange 'r' to which the image is mapped,
+ * Consider the image rectangle 'r' to which the image is mapped,
* and the (possibly) larger rectangle 'R', given by expanding 'r' to
* complete pixels.
*