From 9faf27a54e020c8b97458e514a0dd1d26081d120 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 1 May 2008 14:50:08 +0000 Subject: [PATCH] fix typo svn: r9565 --- collects/r6rs/scribblings/r6rs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/r6rs/scribblings/r6rs.scrbl b/collects/r6rs/scribblings/r6rs.scrbl index 3d9ab70cb1..3c68c32ebe 100644 --- a/collects/r6rs/scribblings/r6rs.scrbl +++ b/collects/r6rs/scribblings/r6rs.scrbl @@ -252,7 +252,7 @@ several known ways: @item{When an identifier bound by @scheme[letrec] or @scheme[letrec*] is referenced before it is bound, an exception is not raised; - instead, th ereference produces @|undefined-const|.} + instead, the reference produces @|undefined-const|.} @item{The bindings in a namespace produced by @scheme[null-environment] or @scheme[scheme-report-environment] correspond to @|r5rs| bindings