Replaced every "langauge" (note swapped vowels) with "language".
svn: r17918
This commit is contained in:
parent
5433c57504
commit
2e0cb8226e
|
@ -86,14 +86,14 @@
|
|||
module-language-name
|
||||
module-language-put-file-mixin))
|
||||
|
||||
(define-signature drscheme:module-langauge-tools-cm^
|
||||
(define-signature drscheme:module-language-tools-cm^
|
||||
(frame-mixin
|
||||
frame<%>
|
||||
tab-mixin
|
||||
tab<%>
|
||||
definitions-text-mixin
|
||||
definitions-text<%>))
|
||||
(define-signature drscheme:module-language-tools^ extends drscheme:module-langauge-tools-cm^
|
||||
(define-signature drscheme:module-language-tools^ extends drscheme:module-language-tools-cm^
|
||||
())
|
||||
|
||||
(define-signature drscheme:get-collection-cm^ ())
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
(define default-full-trace? #t)
|
||||
(define default-auto-text "#lang scheme\n")
|
||||
|
||||
(define module-language-name "Determine langauge from source")
|
||||
(define module-language-name "Determine language from source")
|
||||
|
||||
;; module-mixin : (implements drscheme:language:language<%>)
|
||||
;; -> (implements drscheme:language:language<%>)
|
||||
|
|
|
@ -1167,7 +1167,7 @@ all of the names in the tools library, for use defining keybindings
|
|||
contract?)
|
||||
(s)
|
||||
@{Returns the contract for a given capability, which was specified
|
||||
when @scheme[drscheme:langauge:register-capability] was called.})
|
||||
when @scheme[drscheme:language:register-capability] was called.})
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -1713,9 +1713,9 @@
|
|||
[(_ name orig-lang (names rhs ...) ...)
|
||||
(begin
|
||||
(unless (identifier? (syntax name))
|
||||
(raise-syntax-error 'define-extended-langauge "expected an identifier" stx #'name))
|
||||
(raise-syntax-error 'define-extended-language "expected an identifier" stx #'name))
|
||||
(unless (identifier? (syntax orig-lang))
|
||||
(raise-syntax-error 'define-extended-langauge "expected an identifier" stx #'orig-lang))
|
||||
(raise-syntax-error 'define-extended-language "expected an identifier" stx #'orig-lang))
|
||||
(check-rhss-not-empty stx (cdddr (syntax->list stx)))
|
||||
(let ([old-names (language-id-nts #'orig-lang 'define-extended-language)])
|
||||
(with-syntax ([((new-nt-names orig) ...) (append (pull-out-names 'define-language stx #'(names ...))
|
||||
|
|
|
@ -394,7 +394,7 @@ All of the exports in this section are provided both by
|
|||
all non-GUI portions of Redex) and also exported by
|
||||
@schememodname[redex] (which includes all of Redex).
|
||||
|
||||
Object langauge expressions in Redex are written using
|
||||
Object language expressions in Redex are written using
|
||||
@scheme[term]. It is similar to Scheme's @scheme[quote] (in
|
||||
many cases it is identical) in that it constructs lists as
|
||||
the visible representation of terms.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -787,7 +787,7 @@ Each type has advantages and disadvantages:
|
|||
|
||||
In general, DrScheme's @drlang{Module} language gives you the most
|
||||
options. Most other languages only allow one type of executable. The
|
||||
teaching langauges create stand-alone executables in
|
||||
teaching languages create stand-alone executables in
|
||||
distributions. The legacy languages create launchers.
|
||||
|
||||
@bold{Tip:} Disable debugging in the language dialog before creating
|
||||
|
|
|
@ -26,7 +26,7 @@ Scheme module can be written as @scheme[(module ...)]. In any case,
|
|||
aside from comments, the @tech{definitions window} must contain
|
||||
exactly one module.
|
||||
|
||||
In the details pane of the module langauge, some of the
|
||||
In the details pane of the module language, some of the
|
||||
configuration options for the Module language that correspond
|
||||
to using various libraries and thus can be used without DrScheme.
|
||||
Here's how, for the ones that are straightforward (the ones
|
||||
|
|
|
@ -711,7 +711,7 @@ expressions entered in the interactions window. It is also used in
|
|||
other contexts by tools to expand single expressions.
|
||||
|
||||
See also
|
||||
@method[drscheme:langauge:language<%> front-end/finished-complete-program].
|
||||
@method[drscheme:language:language<%> front-end/finished-complete-program].
|
||||
}
|
||||
|
||||
@defmethod[(get-comment-character)
|
||||
|
|
|
@ -89,7 +89,7 @@ please adhere to these guidelines:
|
|||
|#
|
||||
|
||||
(module danish-string-constants "string-constant-lang.ss"
|
||||
;;; 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 "Foretrækker du dansk?")
|
||||
|
||||
(are-you-sure-you-want-to-switch-languages
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
;;; -- Where are Undo, Redo, Select all, and friends from the right-click popup menu?
|
||||
|
||||
;;; 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 "Is uw moedertaal Nederlands?")
|
||||
|
||||
(are-you-sure-you-want-to-switch-languages
|
||||
|
|
|
@ -89,7 +89,7 @@ please adhere to these guidelines:
|
|||
|#
|
||||
|
||||
(module english-string-constants "string-constant-lang.ss"
|
||||
;;; 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 "Is English Your Native Language?")
|
||||
|
||||
(are-you-sure-you-want-to-switch-languages
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
|
||||
|
||||
(module french-string-constants "string-constant-lang.ss"
|
||||
;;; when translating this constant, substitue name of actual langauge for `English'
|
||||
;;; when translating this constant, substitue name of actual language for `English'
|
||||
(is-this-your-native-language "Le Français est-il votre langue maternelle ?")
|
||||
|
||||
(are-you-sure-you-want-to-switch-languages
|
||||
|
|
|
@ -89,7 +89,7 @@ please adhere to these guidelines:
|
|||
|#
|
||||
|
||||
(module japanese-string-constants "string-constant-lang.ss"
|
||||
;;; 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 "Is Japanese Your Native Language?")
|
||||
|
||||
(are-you-sure-you-want-to-switch-languages
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(module spanish-string-constants "string-constant-lang.ss"
|
||||
|
||||
;;; when translating this constant, substitue name of actual langauge for `English'
|
||||
;;; when translating this constant, substitue name of actual language for `English'
|
||||
(is-this-your-native-language
|
||||
"¿Es español tu idioma materno?")
|
||||
|
||||
|
|
|
@ -87,8 +87,8 @@
|
|||
;; isn't well-formed according to `read' you get all output
|
||||
;; If the environment variable is set to a symbol (according to read)
|
||||
;; you get that language. If it is set to a list of symbols
|
||||
;; (again, according to read) you get those langauges.
|
||||
;; if it is set to anything else, you get all langauges.
|
||||
;; (again, according to read) you get those languages.
|
||||
;; if it is set to anything else, you get all languages.
|
||||
(define (env-var-set? lang)
|
||||
(cond
|
||||
[(symbol? specific) (eq? lang specific)]
|
||||
|
|
|
@ -1111,7 +1111,7 @@ the settings above should match r5rs
|
|||
|
||||
|
||||
;; teaching-language-fraction-output
|
||||
;; tests that the teaching langauges properly handle repeating decimals
|
||||
;; tests that the teaching languages properly handle repeating decimals
|
||||
(define (teaching-language-fraction-output)
|
||||
(test-setting
|
||||
(lambda () (fw:test:set-radio-box! "Fraction Style" "Mixed fractions"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user