bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo fix


From: Brian Gough
Subject: typo fix
Date: Tue, 15 Dec 2009 10:14:48 +0000
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

Correction for garbled sentence.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/

From f819b597a46ad4ed23597e5a81d1acab46f15147 Mon Sep 17 00:00:00 2001
From: Brian Gough <address@hidden>
Date: Mon, 14 Dec 2009 20:04:34 +0000
Subject: [PATCH] typo fix

---
 doc/ref/api-procedures.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index 9609fef..0f89612 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -36,7 +36,7 @@ When a procedure created by @code{lambda} is called with some 
actual
 arguments, the environment enclosed in the procedure is extended by
 binding the variables named in the formal argument list to new locations
 and storing the actual arguments into these locations.  Then the body of
-the @code{lambda} expression is evaluation sequentially.  The result of
+the @code{lambda} expression is evaluated sequentially.  The result of
 the last expression in the procedure body is then the result of the
 procedure invocation.
 
-- 
1.5.4.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]