summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-02-03 00:49:03 +0100
committerMatthias Melcher <git@matthiasm.com>2019-02-03 00:49:03 +0100
commit017754453e75446b1d1e2f390979f22f621c9e83 (patch)
treed97715f5a32f0c666577c8b8609a929edf60533c /FL
parent2be4d720ab2c97720a7ebb0a4c34581ed7df58fb (diff)
Typo
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Tooltip.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H
index e25cf9e6c..aa8fd880b 100644
--- a/FL/Fl_Tooltip.H
+++ b/FL/Fl_Tooltip.H
@@ -40,9 +40,9 @@ public:
static float delay() { return delay_; }
/** Sets the tooltip delay. The default delay is 1.0 seconds. */
static void delay(float f) { delay_ = f; }
- /** Gets the time unitl an open tooltip hides again. The default delay is 12.0 seconds. */
+ /** Gets the time until an open tooltip hides again. The default delay is 12.0 seconds. */
static float hidedelay() { return hidedelay_; }
- /** Sets the time unitl an open tooltip hides again. The default delay is 12.0 seconds. */
+ /** Sets the time until an open tooltip hides again. The default delay is 12.0 seconds. */
static void hidedelay(float f) { hidedelay_ = f; }
/**
Gets the tooltip hover delay, the delay between tooltips.