From f6599c7f245236ee68467eb16989f5e7d90cb4a3 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 1 Feb 2010 01:41:51 +0000 Subject: [PATCH] Replaced every "langauge" (note swapped vowels) with "language". svn: r17918 original commit: 2e0cb8226e9ea096a89d8822641002c399bfdada --- collects/scribble/text/output.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/text/output.ss b/collects/scribble/text/output.ss index 4c20ca14..90f6eaa2 100644 --- a/collects/scribble/text/output.ss +++ b/collects/scribble/text/output.ss @@ -4,7 +4,7 @@ (provide output) -;; Outputs some value, for the preprocessor langauge. +;; Outputs some value, for the preprocessor language. ;; ;; Uses global state because `output' is wrapped around each expression in a ;; scribble/text file so this is much more convenient than wrapping the whole