Package: gworkspace / 0.9.4-1

spelling-errors.patch Patch series | 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
Description: Fix miscellaneous spelling errors.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: https://savannah.gnu.org/bugs/?52726
Last-Update: 2017-12-22
---

--- gworkspace.orig/GWMetadata/MDKit/MDKWindow.m
+++ gworkspace/GWMetadata/MDKit/MDKWindow.m
@@ -310,7 +310,7 @@
   onImage = [NSImage imageNamed: @"common_2DCheckMark"];
   RETAIN (onImage);
 
-  ttstr = NSLocalizedString(@"Restrict the search to choosen places.", @"");
+  ttstr = NSLocalizedString(@"Restrict the search to chosen places.", @"");
   [placesPopUp setTitle: NSLocalizedString(@"Search in...", @"")];
   [placesPopUp setToolTip: ttstr]; 
   
--- gworkspace.orig/GWMetadata/gmds/gmds/gmds.m
+++ gworkspace/GWMetadata/gmds/gmds/gmds.m
@@ -250,7 +250,7 @@
     [conn setDelegate: self];
     
     if ([conn registerName: @"gmds"] == NO) {
-	    NSLog(@"unable to register with name server - quiting.");
+	    NSLog(@"unable to register with name server - quitting.");
 	    DESTROY (self);
 	    return self;
 	  }
@@ -301,7 +301,7 @@
     ASSIGN (connectionName, ([NSString stringWithFormat: @"gmds_%lu", ln]));
 
     if ([conn registerName: connectionName] == NO) {
-      NSLog(@"unable to register with name server - quiting.");
+      NSLog(@"unable to register with name server - quitting.");
       exit(EXIT_FAILURE);
     }
 
--- gworkspace.orig/GWMetadata/gmds/mdextractor/mdextractor.m
+++ gworkspace/GWMetadata/gmds/mdextractor/mdextractor.m
@@ -235,7 +235,7 @@
     [conn setDelegate: self];
 
     if ([conn registerName: @"mdextractor"] == NO) {
-	    NSLog(@"unable to register with name server - quiting.");
+	    NSLog(@"unable to register with name server - quitting.");
 	    DESTROY (self);
 	    return self;
 	  }
--- gworkspace.orig/GWorkspace/Desktop/GWDesktopManager.m
+++ gworkspace/GWorkspace/Desktop/GWDesktopManager.m
@@ -441,7 +441,7 @@
   }
   NS_HANDLER
   {
-    NSLog(@"Error! A fatal error occured while detaching the thread.");
+    NSLog(@"Error! A fatal error occurred while detaching the thread.");
   }
   NS_ENDHANDLER
 }
@@ -493,7 +493,7 @@
 
   if ([dskNode isValid] == NO) {
     NSRunAlertPanel(nil, 
-                    NSLocalizedString(@"The Desktop directory has been deleted! Quiting now!", @""), 
+                    NSLocalizedString(@"The Desktop directory has been deleted! Quitting now!", @""),
                     NSLocalizedString(@"OK", @""), 
                     nil, 
                     nil);                                     
@@ -523,7 +523,7 @@
       if ([event isEqual: @"GWWatchedPathDeleted"])
         {
           NSRunAlertPanel(nil, 
-                          NSLocalizedString(@"The Desktop directory has been deleted! Quiting now!", @""), 
+                          NSLocalizedString(@"The Desktop directory has been deleted! Quitting now!", @""),
                           NSLocalizedString(@"OK", @""), 
                           nil, 
                           nil);                                     
--- gworkspace.orig/GWorkspace/Finder/Finder.m
+++ gworkspace/GWorkspace/Finder/Finder.m
@@ -302,7 +302,7 @@
 
   if ([unsortedModules count] == 0) {  
     NSRunAlertPanel(NSLocalizedString(@"error", @""), 
-                    NSLocalizedString(@"No Finder modules! Quiting now.", @""), 
+                    NSLocalizedString(@"No Finder modules! Quitting now.", @""),
                     NSLocalizedString(@"OK", @""), nil, nil);                                     
     [NSApp terminate: self];
   }
--- gworkspace.orig/Inspector/Attributes.m
+++ gworkspace/Inspector/Attributes.m
@@ -691,7 +691,7 @@
   }
   NS_HANDLER
   {
-    NSLog(@"Error! A fatal error occured while detaching the thread.");
+    NSLog(@"Error! A fatal error occurred while detaching the thread.");
   }
   NS_ENDHANDLER
 }
--- gworkspace.orig/Operation/FileOpInfo.m
+++ gworkspace/Operation/FileOpInfo.m
@@ -336,7 +336,7 @@
   NS_HANDLER
     {
       NSRunAlertPanel(nil, 
-                      NSLocalizedString(@"A fatal error occured while detaching the thread!", @""), 
+                      NSLocalizedString(@"A fatal error occurred while detaching the thread!", @""),
                       NSLocalizedString(@"Continue", @""), 
                       nil, 
                       nil);
--- gworkspace.orig/Tools/ddbd/ddbd.m
+++ gworkspace/Tools/ddbd/ddbd.m
@@ -94,7 +94,7 @@
     [conn setDelegate: self];
 
     if ([conn registerName: @"ddbd"] == NO) {
-	    NSLog(@"unable to register with name server - quiting.");
+	    NSLog(@"unable to register with name server - quitting.");
 	    DESTROY (self);
 	    return self;
 	  }
@@ -172,7 +172,7 @@
     }
   NS_HANDLER
     {
-      NSLog(@"A fatal error occured while detaching the thread!");
+      NSLog(@"A fatal error occurred while detaching the thread!");
     }
   NS_ENDHANDLER
 }
@@ -196,7 +196,7 @@
     }
   NS_HANDLER
     {
-      NSLog(@"A fatal error occured while detaching the thread!");
+      NSLog(@"A fatal error occurred while detaching the thread!");
     }
   NS_ENDHANDLER
 }
@@ -278,7 +278,7 @@
     }
   NS_HANDLER
     {
-      NSLog(@"A fatal error occured while detaching the thread!");
+      NSLog(@"A fatal error occurred while detaching the thread!");
     }
   NS_ENDHANDLER
 }
--- gworkspace.orig/Tools/fswatcher/fswatcher.m
+++ gworkspace/Tools/fswatcher/fswatcher.m
@@ -162,7 +162,7 @@
 
     if ([conn registerName: @"fswatcher"] == NO)
     {
-      NSLog(@"unable to register with name server - quiting.");
+      NSLog(@"unable to register with name server - quitting.");
       DESTROY (self);
       return self;
     }
--- gworkspace.orig/GWMetadata/gmds/mdfind/mdfind.m
+++ gworkspace/GWMetadata/gmds/mdfind/mdfind.m
@@ -230,7 +230,7 @@
       @"  >    greater than (only for numeric values and dates)\n"
       @"  >=   greater than or equal (only for numeric values and dates)\n"
       @"\n"
-      @"Value comparision modifiers for string values:\n"
+      @"Value comparison modifiers for string values:\n"
       @"Appending the 'c' character to the search value (ex. \"value\"c),\n"
       @"makes the query case insensitive.\n"      
       @"You can use the '*' wildcard to match substrings anywhere in the\n"