From: Matt Birkholz Date: Tue, 7 Mar 2017 03:41:24 +0000 (-0700) Subject: doc/ref-manual/graphics.texi: typo X-Git-Tag: mit-scheme-pucked-9.2.12~195^2~5 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=628cb5f96f40ba931bf18e1a30b05087cf99eb48;p=mit-scheme.git doc/ref-manual/graphics.texi: typo --- diff --git a/doc/ref-manual/graphics.texi b/doc/ref-manual/graphics.texi index 3c62cc335..b5f085948 100644 --- a/doc/ref-manual/graphics.texi +++ b/doc/ref-manual/graphics.texi @@ -711,7 +711,7 @@ This draws a quarter circle pie slice, standing on its point, with point at virtual coordinates (3,5): @example -(graphics-opereration g 'draw-arc 3 5 .5 .5 45 90 #t) +(graphics-operation g 'draw-arc 3 5 .5 .5 45 90 #t) @end example @end defop