From 1b6887c461066fa938f36e46a5c385184969ae74 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 15 Jul 2014 06:03:03 -0500 Subject: [PATCH] spell check pict docs Merge to 6.1, please (cherry picked from commit 34b4472d97f3591f64c0807e2c117c17f4368e89) --- pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl b/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl index 0084e5d3c0..4ca10d3c27 100644 --- a/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl +++ b/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl @@ -753,7 +753,7 @@ line drops below the descent line, the two lines are flipped.} @defproc[(ghost [pict pict?]) pict?]{ -Creats a container picture that doesn't draw the child picture, +Creates a container picture that doesn't draw the child picture, but uses the child's size.} @@ -954,7 +954,7 @@ descent are extended.} Scales a color, making it brighter or darker. If the factor is less than 1, the color is darkened by multiplying the RGB components by the -factor. If the factor is greater tham 1, the color is lightened by +factor. If the factor is greater than 1, the color is lightened by dividing the gap between the RGB components and 255 by the factor.} @defproc[(color-series [dc (is-a?/c dc<%>)] @@ -998,7 +998,7 @@ a @racket[bitmap-dc%] that draws to a 1-by-1 bitmap.} A parameter that determines an amount of padding added to each edge of a @tech{pict} when converting to a format like @racket['png@2x-bytes+bounds8] (see @racketmodname[file/convertible]). The default value of the parameter -is @racket['(3 3 3 3)], which adds three pixels to each edge to accomodate +is @racket['(3 3 3 3)], which adds three pixels to each edge to accommodate a small amount of drawing outside the pict's @tech{bounding box}. @history[#:added "1.2"]}