Fix silly typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2002-08-20 15:32:13 +00:00
parent c64481052e
commit f18bc3c84a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-08-20 Alexander Malmberg <alexander@malmberg.org>
* Source/NSObject.m: Fix silly typo.
2002-08-20 Alexander Malmberg <alexander@malmberg.org>
* Source/NSConnection.m: (-removeProxy:) Remove unbalanced release.

View file

@ -1,4 +1,4 @@
null Implementation of NSObject for GNUStep
/** Implementation of NSObject for GNUStep
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>