diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 12:12:58 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 12:12:58 +0100 |
commit | 0ddd59f939e1a1f25680b62155723afe82f0d143 (patch) | |
tree | d4d3f6a5eca3abc47954d62710e1010e0a512c19 /JOURNAL | |
parent | 511ecae27a0124a47e2cab853c1d185042436f10 (diff) |
JOURNAL: Fix a typo.
darcs-hash:769dc7689d9046e5737055716f6516e5002e1db4
Diffstat (limited to 'JOURNAL')
-rw-r--r-- | JOURNAL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ This is what the GNUstep manual says about the #dealloc method: In some circumstances, an object may wish to prevent itself from being - deallocated, it can do this simply be refraining from calling the + deallocated, it can do this simply [by] refraining from calling the superclass implementation. Maybe we could use this in the case of a garbage-collected runtime. |