diff --git a/ChangeLog b/ChangeLog index c9166aa3f..9c2425401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2016-05-28 Eric Heintzmann + + * 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 * Source/NSTabViewItem.m diff --git a/ChangeLog.1 b/ChangeLog.1 index 824b911a9..74eb93171 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -5370,7 +5370,7 @@ Mon Apr 21 18:57:30 1997 Ovidiu Predescu (-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. diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index b8ae88049..1f6d7e89b 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -511,7 +511,7 @@ RTFD - Loading and writting of RTFD format was implemented. + Loading and writing of RTFD format was implemented. diff --git a/Documentation/gopen.1 b/Documentation/gopen.1 index d6de3b28a..7f0a7a881 100644 --- a/Documentation/gopen.1 +++ b/Documentation/gopen.1 @@ -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 diff --git a/Documentation/make_services.1 b/Documentation/make_services.1 index 4d32236c1..437a685f9 100644 --- a/Documentation/make_services.1 +++ b/Documentation/make_services.1 @@ -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 diff --git a/Printing/GSCUPS/GNUmakefile.preamble b/Printing/GSCUPS/GNUmakefile.preamble index 086247aef..fa360b8f8 100644 --- a/Printing/GSCUPS/GNUmakefile.preamble +++ b/Printing/GSCUPS/GNUmakefile.preamble @@ -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) diff --git a/Printing/GSLPR/GNUmakefile.preamble b/Printing/GSLPR/GNUmakefile.preamble index 85e219e7e..265c6a82c 100644 --- a/Printing/GSLPR/GNUmakefile.preamble +++ b/Printing/GSLPR/GNUmakefile.preamble @@ -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 += diff --git a/Printing/GSWIN32/GNUmakefile.preamble b/Printing/GSWIN32/GNUmakefile.preamble index 80cf38d02..045bdf8a5 100644 --- a/Printing/GSWIN32/GNUmakefile.preamble +++ b/Printing/GSWIN32/GNUmakefile.preamble @@ -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 += diff --git a/Source/GSGormLoader.m b/Source/GSGormLoader.m index 3d6719260..a7f3d9625 100644 --- a/Source/GSGormLoader.m +++ b/Source/GSGormLoader.m @@ -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 diff --git a/Source/GSNibLoader.m b/Source/GSNibLoader.m index 0759df8fa..6f3e13330 100644 --- a/Source/GSNibLoader.m +++ b/Source/GSNibLoader.m @@ -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 diff --git a/Source/GSXibLoader.m b/Source/GSXibLoader.m index 5ff9552de..ed7726662 100644 --- a/Source/GSXibLoader.m +++ b/Source/GSXibLoader.m @@ -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 diff --git a/Source/NSAttributedString.m b/Source/NSAttributedString.m index 454fe511a..0d81a4b1a 100644 --- a/Source/NSAttributedString.m +++ b/Source/NSAttributedString.m @@ -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) diff --git a/Source/NSBitmapImageRep+JPEG.m b/Source/NSBitmapImageRep+JPEG.m index 70a1b40c1..db2f42296 100644 --- a/Source/NSBitmapImageRep+JPEG.m +++ b/Source/NSBitmapImageRep+JPEG.m @@ -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); diff --git a/Source/NSBitmapImageRep.m b/Source/NSBitmapImageRep.m index f88b41f91..d292bf8b9 100644 --- a/Source/NSBitmapImageRep.m +++ b/Source/NSBitmapImageRep.m @@ -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 diff --git a/Source/NSNib.m b/Source/NSNib.m index 07577b107..989992f9a 100644 --- a/Source/NSNib.m +++ b/Source/NSNib.m @@ -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 } diff --git a/Source/NSOutlineView.m b/Source/NSOutlineView.m index de6a17a6b..5a702d3dd 100644 --- a/Source/NSOutlineView.m +++ b/Source/NSOutlineView.m @@ -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]; diff --git a/Source/NSTableView.m b/Source/NSTableView.m index f5218920c..133d39a29 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -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) diff --git a/Source/NSView.m b/Source/NSView.m index 4078dea0f..8f0a9afd2 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -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]; diff --git a/Source/nsimage-tiff.h b/Source/nsimage-tiff.h index 70aa6fe55..b7e2b617a 100644 --- a/Source/nsimage-tiff.h +++ b/Source/nsimage-tiff.h @@ -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