summaryrefslogtreecommitdiff
path: root/src/Fl_Valuator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Valuator.cxx')
-rw-r--r--src/Fl_Valuator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx
index cb1f9dea9..644ad1d82 100644
--- a/src/Fl_Valuator.cxx
+++ b/src/Fl_Valuator.cxx
@@ -163,7 +163,7 @@ double Fl_Valuator::increment(double v, int n) {
The formatted value is written into \p buffer.
\p buffer should have space for at least 128 bytes.
- You may override this function to create your own text formatting.
+ You may this function to create your own text formatting.
*/
int Fl_Valuator::format(char* buffer) {
double v = value();