typo fix
authorBrian Gough <bjg@network-theory.co.uk>
Tue, 15 Dec 2009 10:14:48 +0000 (10:14 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 18 Dec 2009 00:53:07 +0000 (00:53 +0000)
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 <bjg@gnu.org>
Date: Mon, 14 Dec 2009 20:04:34 +0000
Subject: [PATCH] typo fix

doc/ref/api-procedures.texi

index 9609fef..0f89612 100644 (file)
@@ -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.