diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-07-24 18:15:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-07-24 18:15:14 +0000 |
| commit | 65c23f81ff08937150a9622eab358da318ec5c1e (patch) | |
| tree | ca49b8a28400043c32ef163e99d05f9c9436e8a8 /src/Fl_Input.cxx | |
| parent | 96e45cb448d34d8ff7f1391e1ecbf6f1da269dcf (diff) | |
Typo in comment
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input.cxx')
| -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 |
