summaryrefslogtreecommitdiff
path: root/documentation/drawing.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/drawing.html')
-rw-r--r--documentation/drawing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index 2d195d3de..5580e68a4 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -105,7 +105,7 @@ href=#enumerations><tt>&lt;FL/Enumerations.H></tt></a>.
<p>For colormapped displays, a color cell will be allocated out of
<tt>fl_colormap</tt> the first time you use a color. If the colormap
fills up then a least-squares algorithm is used to find the closest
-color.</i>
+color.
<h4>Fl_Color fl_color()</h4>
@@ -503,7 +503,7 @@ decompress the entire line at once: decompress it into the buffer, and
then if <tt>x</tt> is not zero, copy the data over so the <tt>x</tt>'th
pixel is at the start of the buffer.
-<p>You can assumme the <tt>y</tt>'s will be consecutive, except the first one
+<p>You can assume the <tt>y</tt>'s will be consecutive, except the first one
may be greater than zero.
<p>If <tt>D</tt> is 4 or more, you must fill in the unused bytes with zero.