Add section label.
[matthijs/master-project/report.git] / 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