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)