diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-29 16:29:26 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-29 16:29:26 +0000 |
| commit | 7e8ba419c6283797fd19f15de90fb0064b2c5cf5 (patch) | |
| tree | 1018d08cddd77a993199361f01ff8321f85e1351 /documentation/src/osissues.dox | |
| parent | 4fb3b8c80dca849c97ebc118a62ccc05b91339ba (diff) | |
Fixed a few typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6837 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 0527661ed..287a88442 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -274,7 +274,7 @@ An example: void MyWindow::show() { if (shown()) {Fl_Window::show(); return;} // you must do this! fl_open_display(); // necessary if this is first window - // we only calcualte the necessary visual colormap once: + // we only calculate the necessary visual colormap once: static XVisualInfo *visual; static Colormap colormap; if (!visual) { |
