diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 19:21:34 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 19:21:34 +0000 |
| commit | f5d5c97312eda092656cab465d2c55c27a3200ea (patch) | |
| tree | 630d6548ebcd8aedf48ba043929f630ff42a9a81 /src/Fl.cxx | |
| parent | d75f9a6b93d483bf41a33d1faad25c288cbdc560 (diff) | |
fixed a typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index de2b869e1..232d4bb6b 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1234,7 +1234,7 @@ Fl_Window::~Fl_Window() { // FL_SHOW and FL_HIDE are called whenever the visibility of this widget // or any parent changes. We must correctly map/unmap the system's window. -// For top-level windows it is assummed the window has already been +// For top-level windows it is assumed the window has already been // mapped or unmapped!!! This is because this should only happen when // Fl_Window::show() or Fl_Window::hide() is called, or in response to // iconize/deiconize events from the system. |
