summaryrefslogtreecommitdiffstats
path: root/include/basebmp
diff options
context:
space:
mode:
Diffstat (limited to 'include/basebmp')
-rw-r--r--include/basebmp/rgbmaskpixelformats.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basebmp/rgbmaskpixelformats.hxx b/include/basebmp/rgbmaskpixelformats.hxx
index 19cf65f97e0d..d82b79bdee7c 100644
--- a/include/basebmp/rgbmaskpixelformats.hxx
+++ b/include/basebmp/rgbmaskpixelformats.hxx
@@ -113,7 +113,7 @@ template< typename PixelType,
const typename base_type::unsigned_pixel_type green(v & GreenMask);
const typename base_type::unsigned_pixel_type blue (v & BlueMask);
- // shift color nibbles to right-aligend position. ORing it
+ // shift color nibbles to right-aligned position. ORing it
// channel value shifted twice the number of channel bits, to
// spread the value into the component_type range
ColorType res( (shiftRight(red,