From 53b9bc2f97601600ce5ad5c5ecad6b0bdea9beeb Mon Sep 17 00:00:00 2001 From: gcasa Date: Thu, 22 Jul 2004 04:14:03 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ Source/GSNibTemplates.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93e4df356..0f64d012a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-22 00:18 Gregory John Casamento + + * Source/GSNibContainer.m: Corrected spelling mistake in comment. + 2004-07-22 00:59 Alexander Malmberg * Source/GSStandardWindowDecorationView.m (-setDocumentEdited:, diff --git a/Source/GSNibTemplates.m b/Source/GSNibTemplates.m index 13032a72c..f48227def 100644 --- a/Source/GSNibTemplates.m +++ b/Source/GSNibTemplates.m @@ -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)