spelling errors

This commit is contained in:
Robby Findler 2014-07-09 22:31:04 -05:00
parent 2a1cdff270
commit 8142d01923

View File

@ -146,7 +146,7 @@ annotations:
Check Syntax also runs automatically as you edit your program,
and the bottom, rightmost corner of the DrRacket window
shows its status. A red dot means that something has gone wrong;
move your mouse over the dot to find out what is wrong. Mis-matched parentheses indicates
move your mouse over the dot to find out what is wrong. Mismatched parentheses indicates
that the buffer's parens are also mismatched; mouse over the parens for details.
When nothing goes wrong, the colors indicate the stages processing of the program:
@ -154,7 +154,7 @@ blue (expanding), purple (computing check syntax information), orchid (updating
editor with the check syntax information), and green (finished).
Also, right-clicking in that area yields a menu that lets you disable
(or re-eneable) automatic Check Syntax.
(or re-enable) automatic Check Syntax.
The @as-index{@onscreen{Run} button} evaluates the program in the
@tech{definitions window} and resets the @tech{interactions window}.