diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 686a7cbf3..93f278bbb 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -64,7 +64,7 @@ int Fl_Input::shift_up_down_position(int p) { #define ctrl(x) ((x)^0x40) -// List of characters that are leagal in a floating point input field. +// List of characters that are legal in a floating point input field. // This text string is created at run-time to take the current locale // into account (for example, continental Europe uses a comma instead // of a decimal point). For back compatibility reasons, we always |
