summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 12:12:58 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 12:12:58 +0100
commit0ddd59f939e1a1f25680b62155723afe82f0d143 (patch)
treed4d3f6a5eca3abc47954d62710e1010e0a512c19 /JOURNAL
parent511ecae27a0124a47e2cab853c1d185042436f10 (diff)
JOURNAL: Fix a typo.
darcs-hash:769dc7689d9046e5737055716f6516e5002e1db4
Diffstat (limited to 'JOURNAL')
-rw-r--r--JOURNAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/JOURNAL b/JOURNAL
index ad5c2c7..4d36d45 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -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.