mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
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:
parent
c64481052e
commit
f18bc3c84a
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2002-08-20 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/NSConnection.m: (-removeProxy:) Remove unbalanced release.
|
* Source/NSConnection.m: (-removeProxy:) Remove unbalanced release.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
null Implementation of NSObject for GNUStep
|
/** Implementation of NSObject for GNUStep
|
||||||
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
|
|
Loading…
Reference in a new issue