Fix another bunch of "language" typos.

This commit is contained in:
Eli Barzilay 2011-08-24 06:48:12 -04:00
parent 22466b4158
commit 1db5ad97f8
7 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
;; STC 2010-06-01
;; Changing lazy to be a tools-based language so I can use
;; stepper-lanugage-interface to add a stepper button. This change is temporary
;; stepper-language-interface to add a stepper button. This change is temporary
;; until the stepper works with #lang languages.
;(require string-constants)

View File

@ -61,7 +61,7 @@ This package contains the following languages:
@(define scheme-guide '(lib "scribblings/reference/reference.scrbl"))
@PLAI-LANG is derived from the @racketmodname[scheme] langauge. In addition,
@PLAI-LANG is derived from the @racketmodname[scheme] language. In addition,
it includes the @racket[define-type] and @racket[type-case] forms and testing
support.

View File

@ -3,8 +3,8 @@ To run the tests using the model:
1. Open "test.rkt" in DrRacket
2. Change DrRacket's current language to "Use the langauge declared
in the source"
2. Change DrRacket's current language to "Use the language declared
in the source"
3. Click "Run"

View File

@ -18,7 +18,7 @@
(define-struct rule-pict (arrow lhs rhs label computed-label side-conditions/pattern-binds fresh-vars))
;; type proc = (exp exp (any -> any) (listof any) -> (listof any)))
;; a proc is a `cached' version of a make-proc, specialized to a particular langugage
;; a proc is a `cached' version of a make-proc, specialized to a particular language
;; since that first application does all the work of compiling a pattern (wrt to a language),
;; we want to avoid doing it multiple times, so it is cached in a reduction-relation struct

View File

@ -89,7 +89,7 @@ please adhere to these guidelines:
|#
(module russian-string-constants "string-constant-lang.rkt"
;;; when translating this constant, substitute name of actual langauge for `English'
;;; when translating this constant, substitute name of actual language for `English'
(is-this-your-native-language "Русский - это Ваш родной язык?")
(are-you-sure-you-want-to-switch-languages

View File

@ -89,7 +89,7 @@ please adhere to these guidelines:
|#
(module ukrainian-string-constants "string-constant-lang.rkt"
;;; when translating this constant, substitute name of actual langauge for `English'
;;; when translating this constant, substitute name of actual language for `English'
(is-this-your-native-language "Українська - це Ваша рідна мова?")
(are-you-sure-you-want-to-switch-languages

View File

@ -5,7 +5,7 @@
This test checks to see if the code that htdp-lang.rkt injects
into the teaching languages relies only on modules that are
shared between drracket's and the teaching langauges's namespace.
shared between drracket's and the teaching languages's namespace.
In practice when this test fails it means that some code in
langs/htdp-lang.rkt has something like #'(f) for some function