summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-08-26 15:17:28 +0200
committerMatthias Melcher <github@matthiasm.com>2023-08-26 15:17:28 +0200
commit94a75b012f3557687574df6533296c1a4ef51b3e (patch)
tree5e2db2271774bda929f2d66739974fa8fbffe0cb /FL/fl_draw.H
parentd9d474c59372a8b2b0829c400b5d0584129e3822 (diff)
Fixes a bunch of typos in comments.
Diffstat (limited to 'FL/fl_draw.H')
-rw-r--r--FL/fl_draw.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index 7f46a80f7..758f8082d 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -40,7 +40,7 @@ FL_EXPORT extern char fl_draw_shortcut;
// Colors:
/**
Set the color for all subsequent drawing operations.
- For colormapped displays, a color cell will be allocated out of
+ For color-mapped displays, a color cell will be allocated out of
\p fl_colormap the first time you use a color. If the colormap fills up
then a least-squares algorithm is used to find the closest color.
If no valid graphical context (fl_gc) is available,
@@ -871,7 +871,7 @@ inline void fl_text_extents(const char *t, int n, int &dx, int &dy, int &w, int
}
// font encoding:
-// Note: doxygen comments here to avoid duplication for os-sepecific cases
+// Note: doxygen comments here to avoid duplication for os-specific cases
/**
Convert text from Windows/X11 latin1 character set to local encoding.
\param[in] t character string (latin1 encoding)