From 36d3cc69db6f869a8f0aec0b8d4d954e395450c3 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 24 Aug 2011 03:00:41 -0400 Subject: [PATCH] Typo in docs. --- collects/scribblings/tools/tools.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/tools/tools.scrbl b/collects/scribblings/tools/tools.scrbl index d82f3563f8..ea87237798 100644 --- a/collects/scribblings/tools/tools.scrbl +++ b/collects/scribblings/tools/tools.scrbl @@ -259,7 +259,7 @@ text ``egg''. If so, it adds ``easter '' just before. @section[#:tag "adding-languages"]{Adding Languages to DrRacket} @index{adding languages to DrRacket} -@subsection{@tt{#lang}-based Langauges in DrRacket} +@subsection{@tt{#lang}-based Languages in DrRacket} If a language can be implemented as a module (see @racket[module] for details), then the simplest and