summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Choice.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-22 19:21:34 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-22 19:21:34 +0000
commitf5d5c97312eda092656cab465d2c55c27a3200ea (patch)
tree630d6548ebcd8aedf48ba043929f630ff42a9a81 /src/Fl_Gl_Choice.cxx
parentd75f9a6b93d483bf41a33d1faad25c288cbdc560 (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_Gl_Choice.cxx')
-rw-r--r--src/Fl_Gl_Choice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx
index 66e7f115e..041d4e2aa 100644
--- a/src/Fl_Gl_Choice.cxx
+++ b/src/Fl_Gl_Choice.cxx
@@ -46,7 +46,7 @@ void fl_save_dc(HWND, HDC);
static Fl_Gl_Choice *first;
-// this assummes one of the two arguments is zero:
+// this assumes one of the two arguments is zero:
// We keep the list system in Win32 to stay compatible and interpret
// the list later...
Fl_Gl_Choice *Fl_Gl_Choice::find(int m, const int *alistp) {