From f5d5c97312eda092656cab465d2c55c27a3200ea Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 22 Mar 2009 19:21:34 +0000 Subject: fixed a typo git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl.cxx') 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. -- cgit v1.2.3