summaryrefslogtreecommitdiff
path: root/draw/draw_simple_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_simple_scale.c')
-rw-r--r--draw/draw_simple_scale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/draw_simple_scale.c b/draw/draw_simple_scale.c
index 6c8e451d..178b182f 100644
--- a/draw/draw_simple_scale.c
+++ b/draw/draw_simple_scale.c
@@ -15,7 +15,7 @@ intermediate results rather than ints.
/* 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
@@ -1195,7 +1195,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.
*