File: fix-spelling-error.patch

package info (click to toggle)
lynkeos.app 3.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,844 kB
  • sloc: objc: 40,942; ansic: 811; cpp: 150; sh: 68; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Fix lintian reported spelling errors
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2025-08-19
---

--- 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];
--- lynkeos.app.orig/application/Sources/MyImageListWindow.m
+++ lynkeos.app/application/Sources/MyImageListWindow.m
@@ -152,7 +152,7 @@
       n = v;
    }
    else
-      NSLog(@"Unsuported column data type %@", [[v class] description]);
+      NSLog(@"Unsupported column data type %@", [[v class] description]);
 
    return n;
 }