diff options
author | Brian Gough <bjg@network-theory.co.uk> | 2009-12-15 10:16:14 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-18 00:53:34 +0000 |
commit | 72b3aa56afc776506a0b51c008c808a536a4f1c3 (patch) | |
tree | ac037ba759eb547c6923070484ac17b1ae0eab96 /doc/ref/api-utility.texi | |
parent | 2e4ef7eda16ccf708f9822573d016567eb916f43 (diff) | |
download | guile-72b3aa56afc776506a0b51c008c808a536a4f1c3.tar.gz |
more typo fixes
More spelling corrections and fixes for doubled words (e.g. "the the")
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/
>From 7be02beedc739c32cce2c8ec8f4ac814c994a13f Mon Sep 17 00:00:00 2001
From: Brian Gough <bjg@gnu.org>
Date: Mon, 14 Dec 2009 22:06:22 +0000
Subject: [PATCH] fix various documentation typos (spelling & doubled words)
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 4a902123e..edc002bd9 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -138,7 +138,7 @@ Return @code{#t} if @var{x} and @var{y} are the same type, and their contents or value are equal. For a pair, string, vector, array or structure, @code{equal?} compares the -contents, and does so using using the same @code{equal?} recursively, +contents, and does so using the same @code{equal?} recursively, so a deep structure can be traversed. @example @@ -819,7 +819,7 @@ accessible from C with the name @code{scm_after_gc_hook}.) @end defvr All the C hooks listed here have type @code{SCM_C_HOOK_NORMAL}, are -initialized with hook closure data NULL, are are invoked by +initialized with hook closure data NULL, are invoked by @code{scm_c_hook_run} with call closure data NULL. @cindex guardians, testing for GC'd objects |