From 8142d01923437eb7fdfee56a745de96de86fae46 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 9 Jul 2014 22:31:04 -0500 Subject: [PATCH] spelling errors --- .../drracket/scribblings/drracket/interface-essentials.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/drracket-pkgs/drracket/scribblings/drracket/interface-essentials.scrbl b/pkgs/drracket-pkgs/drracket/scribblings/drracket/interface-essentials.scrbl index 42539c9647..aaeba4e52b 100644 --- a/pkgs/drracket-pkgs/drracket/scribblings/drracket/interface-essentials.scrbl +++ b/pkgs/drracket-pkgs/drracket/scribblings/drracket/interface-essentials.scrbl @@ -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}.