summaryrefslogtreecommitdiff
path: root/src/lib/scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/scale.c')
-rw-r--r--src/lib/scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/scale.c b/src/lib/scale.c
index 0b7e9d3..0edcf14 100644
--- a/src/lib/scale.c
+++ b/src/lib/scale.c
@@ -288,7 +288,7 @@ __imlib_ScaleSampleRGBA(ImlibScaleInfo * isi, DATA32 * dest, int dxx, int dyy,
DATA32 **ypoints = isi->ypoints;
int *xpoints = isi->xpoints;
- /* whats the last pixel ont he line so we stop there */
+ /* whats the last pixel on the line so we stop there */
end = dxx + dw;
/* go through every scanline in the output buffer */
for (y = 0; y < dh; y++)