summaryrefslogtreecommitdiff
path: root/src/drivers/PostScript
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/PostScript')
-rw-r--r--src/drivers/PostScript/Fl_PostScript_image.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/PostScript/Fl_PostScript_image.cxx b/src/drivers/PostScript/Fl_PostScript_image.cxx
index f2a41a2d4..64f9972bf 100644
--- a/src/drivers/PostScript/Fl_PostScript_image.cxx
+++ b/src/drivers/PostScript/Fl_PostScript_image.cxx
@@ -421,7 +421,7 @@ int Fl_PostScript_Graphics_Driver::alpha_mask(const uchar * data, int w, int h,
swap = next;
next = current;
current = swap;
- *(next+1) = 0; // must clean the first cell, next are overriden by *1
+ *(next+1) = 0; // must clean the first cell, next are overridden by *1
for (i=0; i<w; i++){
for (k=0; k<4; k++){ // generating 4 x-pixels for 1 RGB
short error, o1, o2, o3;
@@ -454,7 +454,7 @@ int Fl_PostScript_Graphics_Driver::alpha_mask(const uchar * data, int w, int h,
swap = next;
next = current;
current = swap;
- *(next+1) = 0; // must clean the first cell, next are overriden by *1
+ *(next+1) = 0; // must clean the first cell, next are overridden by *1
for (i = w-1; i >= 0; i--){