Codebase list gridlock.app / ce042dc
fix-spelling-errors.patch: New, by Paul Gevers. Yavor Doganov 9 years ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix some spelling errors found by lintian.
1 Author: Paul Gevers <elbrus@debian.org>
2 Forwarded: not-needed
3 Last-Update: 2014-08-22
4 ---
5
6 --- a/EDIPSocket.m
7 +++ b/EDIPSocket.m
8 @@ -47,7 +47,7 @@
9
10 #define EDSOCK_EHOSTDOWN NSLocalizedString(@"Attempt to connect to the computer %@ failed because it is currently inactive.", "Message for EHOSTDOWN returned from connect.")
11
12 -#define EDSOCK_EHOSTUNREACH NSLocalizedString(@"Attempt to connect to the computer %@ failed because no route to it is avaiable.", "Message for EHOSTUNREACH returned from connect.")
13 +#define EDSOCK_EHOSTUNREACH NSLocalizedString(@"Attempt to connect to the computer %@ failed because no route to it is available.", "Message for EHOSTUNREACH returned from connect.")
14
15 #define EDSOCK_EOTHER NSLocalizedString(@"Attempt to connect to %@ on port %d failed due to an unexpected error: %s", "Generic message for errors returned from connect.")
16
17 --- a/NSObject+Extensions.m
18 +++ b/NSObject+Extensions.m
19 @@ -37,7 +37,7 @@
20
21 - (void)methodIsAbstract:(SEL)selector
22 {
23 - [NSException raise:NSInternalInconsistencyException format:@"*** -[%@ %@]: Abstract definition must be overriden.", NSStringFromClass([self class]), NSStringFromSelector(selector)];
24 + [NSException raise:NSInternalInconsistencyException format:@"*** -[%@ %@]: Abstract definition must be overridden.", NSStringFromClass([self class]), NSStringFromSelector(selector)];
25 }
26
27
11 gcc-4.7.patch
22 gcc-warnings.patch
33 parentheses.patch
4 fix-spelling-errors.patch