summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-memory.texi
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
commit85a9b4ed19deecb22be379bd54f08e7edaf78ae1 (patch)
treed865d7dbe45dac7b5b12056647f8d5b57b06ec81 /doc/ref/scheme-memory.texi
parent3969f6ca0639bc5fa9898d076a55e3488617fb25 (diff)
downloadguile-85a9b4ed19deecb22be379bd54f08e7edaf78ae1.tar.gz
Spell check.
Diffstat (limited to 'doc/ref/scheme-memory.texi')
-rw-r--r--doc/ref/scheme-memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-memory.texi b/doc/ref/scheme-memory.texi
index ee418dbba..30dd2e122 100644
--- a/doc/ref/scheme-memory.texi
+++ b/doc/ref/scheme-memory.texi
@@ -44,7 +44,7 @@ Weak references let you attach bookkeeping information to data so that
the additional information automatically disappears when the original
data is no longer in use and gets garbage collected. In a weak key hash,
the hash entry for that key disappears as soon as the key is no longer
-referneced from anywhere else. For weak value hashes, the same happens
+referenced from anywhere else. For weak value hashes, the same happens
as soon as the value is no longer in use. Entries in a doubly weak hash
disappear when either the key or the value are not used anywhere else
anymore.