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-control.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-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 66fb99ef2..b220355ce 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -1284,7 +1284,7 @@ table. @table @code @item SCM_F_DYNWIND_REWINDABLE The dynamic context is @dfn{rewindable}. This means that it can be -reentered non-locally (via the invokation of a continuation). The +reentered non-locally (via the invocation of a continuation). The default is that a dynwind context can not be reentered non-locally. @end table |