Corrected spelling of "merely" in my explanation of how to correctly release nib objects.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-07-22 04:14:03 +00:00
parent 8228108b86
commit c7d52d3fd8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-07-22 00:18 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSNibContainer.m: Corrected spelling mistake in comment.
2004-07-22 00:59 Alexander Malmberg <alexander@malmberg.org>
* Source/GSStandardWindowDecorationView.m (-setDocumentEdited:,

View file

@ -268,7 +268,7 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
* release these objects. Instantiating a window manually or loading in a .gorm
* file are equivalent processes. These objects need to be released in their
* respective controllers. If the developer has used the "NSTopLevelObjects" feature,
* then he will get the objects back in an array which he mearly must release in
* then he will get the objects back in an array which he merely must release in
* order to release the objects held within. GJC
*/
if([key isEqualToString: @"NSOwner"] == NO)