summaryrefslogtreecommitdiff
path: root/FL/Enumerations.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/Enumerations.H
parentd9d474c59372a8b2b0829c400b5d0584129e3822 (diff)
Fixes a bunch of typos in comments.
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 914fc6a56..178c561c3 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -415,7 +415,7 @@ enum Fl_Event { // events
/**@{*/
/** These constants determine when a callback is performed.
- Fl_When is a bit field. Some values are merely shorcuts for common bit
+ Fl_When is a bit field. Some values are merely shortcuts for common bit
combinations. New flags may be added in the future, so it's important to
mask the required bit when reading via \p when().
@@ -1059,9 +1059,9 @@ const Fl_Font FL_SCREEN_BOLD = 14; ///< Default monospaced bold scr
const Fl_Font FL_ZAPF_DINGBATS = 15; ///< Zapf-dingbats font
const Fl_Font FL_FREE_FONT = 16; ///< first one to allocate
-const Fl_Font FL_BOLD = 1; ///< add this to helvetica, courier, or times
-const Fl_Font FL_ITALIC = 2; ///< add this to helvetica, courier, or times
-const Fl_Font FL_BOLD_ITALIC = 3; ///< add this to helvetica, courier, or times
+const Fl_Font FL_BOLD = 1; ///< add this to Helvetica, Courier, or Times
+const Fl_Font FL_ITALIC = 2; ///< add this to Helvetica, Courier, or Times
+const Fl_Font FL_BOLD_ITALIC = 3; ///< add this to Helvetica, Courier, or Times
/**@}*/