Typo in comment

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-07-24 18:15:14 +00:00
parent 96e45cb448
commit 65c23f81ff
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ int Fl_Input::shift_up_down_position(int p) {
#define ctrl(x) ((x)^0x40) #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 // This text string is created at run-time to take the current locale
// into account (for example, continental Europe uses a comma instead // into account (for example, continental Europe uses a comma instead
// of a decimal point). For back compatibility reasons, we always // of a decimal point). For back compatibility reasons, we always