summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-scripts.texi
diff options
context:
space:
mode:
authorBrian Gough <bjg@network-theory.co.uk>2009-12-15 10:16:14 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-12-18 00:53:34 +0000
commit72b3aa56afc776506a0b51c008c808a536a4f1c3 (patch)
treeac037ba759eb547c6923070484ac17b1ae0eab96 /doc/ref/scheme-scripts.texi
parent2e4ef7eda16ccf708f9822573d016567eb916f43 (diff)
downloadguile-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/scheme-scripts.texi')
-rw-r--r--doc/ref/scheme-scripts.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi
index f47ecf774..5e9f16aaf 100644
--- a/doc/ref/scheme-scripts.texi
+++ b/doc/ref/scheme-scripts.texi
@@ -144,7 +144,7 @@ start with @code{@@}), which is equivalent to @code{(@@ (symbol ...)
main)}, or @code{(symbol ...) symbol} (that is, a list of only symbols
followed by a symbol), which is equivalent to @code{(@@ (symbol ...)
symbol)}. We recommend to use the equivalent forms directly since they
-corresponf to the @code{(@@ ...)} read syntax that can be used in
+correspond to the @code{(@@ ...)} read syntax that can be used in
normal code, @xref{Using Guile Modules}.
@xref{Scripting Examples}.