Fix typo.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 12 Oct 2009 11:24:04 +0000 (13:24 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 12 Oct 2009 11:24:04 +0000 (13:24 +0200)
Chapters/Normalization.tex

index 7c6b46958e606b899cbf42e8f997fa645e0d5412..30265696a12a60c1b9c79f6f5acb474eb94291fe 100644 (file)
@@ -886,7 +886,7 @@ in scope for the function return value).
 Note that this transformation does not try to be smart when faced with
 recursive lets, it will just leave the lets recursive (possibly joining a
 recursive and non-recursive let into a single recursive let). The let
-rederursification transformation will do this instead.
+rederecursification transformation will do this instead.
 
 \starttrans
 letnonrec x = (let bindings in M) in N