mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
lintian spelling correctes provided by Eric Heintzmann
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4770b7d6ea
commit
08910fb913
19 changed files with 45 additions and 23 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
2016-05-28 Eric Heintzmann <heintzmann.eric@free.fr>
|
||||
|
||||
* ChangeLog.1:
|
||||
* Documentation/ReleaseNotes.gsdoc:
|
||||
* Documentation/gopen.1:
|
||||
* Documentation/make_services.1:
|
||||
* Printing/GSCUPS/GNUmakefile.preamble:
|
||||
* Printing/GSLPR/GNUmakefile.preamble:
|
||||
* Printing/GSWIN32/GNUmakefile.preamble:
|
||||
* Source/GSGormLoader.m:
|
||||
* Source/GSNibLoader.m:
|
||||
* Source/GSXibLoader.m:
|
||||
* Source/NSAttributedString.m:
|
||||
* Source/NSBitmapImageRep+JPEG.m:
|
||||
* Source/NSBitmapImageRep.m:
|
||||
* Source/NSNib.m:
|
||||
* Source/NSOutlineView.m:
|
||||
* Source/NSTableView.m:
|
||||
* Source/NSView.m:
|
||||
* Source/nsimage-tiff.h:
|
||||
Spelling errors corrected by lintian
|
||||
|
||||
2016-05-20 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSTabViewItem.m
|
||||
|
|
|
@ -5370,7 +5370,7 @@ Mon Apr 21 18:57:30 1997 Ovidiu Predescu <ovidiu@net-community.com>
|
|||
(-run): Get the events from NSDefaultRunLoopMode mode instead of nil.
|
||||
(-nextEventMatchingMask:untilDate:inMode:dequeue:): Check for a
|
||||
matching event into the events queue in the order in which the events
|
||||
occured. Temporary retain the event found before removing it from the
|
||||
occurred. Temporary retain the event found before removing it from the
|
||||
events queue to avoid an unneeded deallocation.
|
||||
Inside the loop fire the timers then wait for inputs on the input
|
||||
sources of run loop.
|
||||
|
|
|
@ -511,7 +511,7 @@
|
|||
</desc>
|
||||
<term>RTFD</term>
|
||||
<desc>
|
||||
Loading and writting of RTFD format was implemented.
|
||||
Loading and writing of RTFD format was implemented.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
|
|
|
@ -33,7 +33,7 @@ By default,
|
|||
will open
|
||||
.I filename
|
||||
with the application currently assigned to the file's extension. But by
|
||||
specifing the
|
||||
specifying the
|
||||
.B -a
|
||||
flag on the command line you can tell
|
||||
.B gopen
|
||||
|
|
|
@ -37,7 +37,7 @@ a new application or service.
|
|||
The
|
||||
.I Services
|
||||
menu in an application's mainmenu is usually updated automatically. However, it
|
||||
may be neccessary to close an open or torn off menu for the changes to appear.
|
||||
may be necessary to close an open or torn off menu for the changes to appear.
|
||||
Also, the workspace manager may have to be closed and restarted for file
|
||||
association changes to take effect.
|
||||
.P
|
||||
|
|
|
@ -15,7 +15,7 @@ ADDITIONAL_CFLAGS += $(GSCUPS_CFLAGS)
|
|||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions -I../../Headers \
|
||||
-I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
-I../../Source -I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS += $(GSCUPS_LDFLAGS)
|
||||
|
|
|
@ -15,7 +15,7 @@ ADDITIONAL_CFLAGS +=
|
|||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions -I../../Headers \
|
||||
-I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
-I../../Source -I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -15,7 +15,7 @@ ADDITIONAL_CFLAGS +=
|
|||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions -I../../Headers \
|
||||
-I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
-I../../Source -I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while loading model: %@",[localException reason]);
|
||||
NSLog(@"Exception occurred while loading model: %@",[localException reason]);
|
||||
TEST_RELEASE(unarchiver);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while loading model: %@",[localException reason]);
|
||||
NSLog(@"Exception occurred while loading model: %@",[localException reason]);
|
||||
// TEST_RELEASE(unarchiver);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
|
|
@ -1034,7 +1034,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while loading model: %@",[localException reason]);
|
||||
NSLog(@"Exception occurred while loading model: %@",[localException reason]);
|
||||
// TEST_RELEASE(unarchiver);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
@ -1275,7 +1275,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while parsing Xib: %@",[localException reason]);
|
||||
NSLog(@"Exception occurred while parsing Xib: %@",[localException reason]);
|
||||
DESTROY(self);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
|
|
@ -192,7 +192,7 @@ Class converter_bundles(NSString *format, BOOL producer)
|
|||
|
||||
/*
|
||||
Return a suitable converter for the text format supplied as argument.
|
||||
If producer is YES a class capable of writting that format is returned,
|
||||
If producer is YES a class capable of writing that format is returned,
|
||||
otherwise a class able to read the format is returned.
|
||||
*/
|
||||
static Class converter_class(NSString *format, BOOL producer)
|
||||
|
|
|
@ -74,7 +74,7 @@ struct gs_jpeg_error_mgr
|
|||
jmp_buf setjmpBuffer;
|
||||
|
||||
/* a pointer to the last error message, nil if no
|
||||
error occured. if present, string is autoreleased. */
|
||||
error occurred. if present, string is autoreleased. */
|
||||
NSString *error;
|
||||
};
|
||||
typedef struct gs_jpeg_error_mgr *gs_jpeg_error_mgr_ptr;
|
||||
|
@ -407,7 +407,7 @@ static void gs_jpeg_memory_dest_destroy (j_compress_ptr cinfo)
|
|||
// establish return context for error handling
|
||||
if (setjmp(jerrMgr.setjmpBuffer))
|
||||
{
|
||||
/* assign the description of possible occured error to errorMsg */
|
||||
/* assign the description of possible occurred error to errorMsg */
|
||||
if (errorMsg)
|
||||
*errorMsg = (jerrMgr.error ? (id)jerrMgr.error : (id)nil);
|
||||
gs_jpeg_memory_src_destroy(&cinfo);
|
||||
|
@ -564,7 +564,7 @@ static void gs_jpeg_memory_dest_destroy (j_compress_ptr cinfo)
|
|||
// establish return context for error handling
|
||||
if (setjmp(jerrMgr.setjmpBuffer))
|
||||
{
|
||||
/* assign the description of possible occured error to errorMsg */
|
||||
/* assign the description of possible occurred error to errorMsg */
|
||||
if (errorMsg)
|
||||
*errorMsg = (jerrMgr.error ? (id)jerrMgr.error : (id)nil);
|
||||
gs_jpeg_memory_dest_destroy(&cinfo);
|
||||
|
|
|
@ -1508,7 +1508,7 @@ _set_bit_value(unsigned char *base, long msb_off, int bit_width,
|
|||
if (image == 0)
|
||||
{
|
||||
[NSException raise: NSTIFFException
|
||||
format: @"Opening data stream for writting"];
|
||||
format: @"Opening data stream for writing"];
|
||||
}
|
||||
|
||||
[self _fillTIFFInfo: &info
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while loading model: %@", [localException reason]);
|
||||
NSLog(@"Exception occurred while loading model: %@", [localException reason]);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
}
|
||||
|
@ -101,7 +101,7 @@
|
|||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
NSLog(@"Exception occured while loading model: %@", [localException reason]);
|
||||
NSLog(@"Exception occurred while loading model: %@", [localException reason]);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
}
|
||||
|
|
|
@ -292,7 +292,7 @@ static NSImage *unexpandable = nil;
|
|||
[self _closeItem: item];
|
||||
|
||||
// Send out the notification to let observers know that this has
|
||||
// occured.
|
||||
// occurred.
|
||||
[nc postNotificationName: NSOutlineViewItemDidCollapseNotification
|
||||
object: self
|
||||
userInfo: infoDict];
|
||||
|
@ -347,7 +347,7 @@ static NSImage *unexpandable = nil;
|
|||
[self _openItem: item];
|
||||
|
||||
// Send out the notification to let observers know that this has
|
||||
// occured.
|
||||
// occurred.
|
||||
[nc postNotificationName: NSOutlineViewItemDidExpandNotification
|
||||
object: self
|
||||
userInfo: infoDict];
|
||||
|
|
|
@ -3916,7 +3916,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
|
|||
if (done == NO)
|
||||
{
|
||||
/* in certain cases we are working with events that have already
|
||||
* occured and been dequeued by NSCell classes, in these cases
|
||||
* occurred and been dequeued by NSCell classes, in these cases
|
||||
* getNextEvent is set to NO, use the current event.
|
||||
*/
|
||||
if (getNextEvent == YES)
|
||||
|
|
|
@ -4548,7 +4548,7 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level)
|
|||
viewIsPrinting = nil;
|
||||
}
|
||||
|
||||
/* An exception occured while printing. Clean up */
|
||||
/* An exception occurred while printing. Clean up */
|
||||
- (void) _cleanupPrinting
|
||||
{
|
||||
[self _invalidateCoordinates];
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/*
|
||||
Warning: This header file should not be used for reading and
|
||||
writing tiff files. You should use the NSImage and NSBitmapImageRep
|
||||
classes for general reading/writting of tiff files.
|
||||
classes for general reading/writing of tiff files.
|
||||
*/
|
||||
|
||||
#ifndef _GNUstep_H_tiff
|
||||
|
|
Loading…
Reference in a new issue