1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix lintian reported spelling errors
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2019-11-25
---
--- lynkeos.app.orig/application/Sources/DcrawReader.m
+++ lynkeos.app/application/Sources/DcrawReader.m
@@ -881,7 +881,7 @@
int bpp = (int)[bitmap bitsPerPixel];
int bpr = (int)[bitmap bytesPerRow];
- NSAssert( (bpp%8) == 0, @"Hey, I do not intend to work on non byte boudaries" );
+ NSAssert( (bpp%8) == 0, @"Hey, I do not intend to work on non byte boundaries" );
bpp /= 8;
[self getPPMsample:sample atX:0 Y:0 W:_width H:_height];
|