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_color.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_color.cxx')
| -rw-r--r-- | src/fl_color.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 6e4a708f4..94afa5547 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -302,7 +302,7 @@ ulong fl_xpixel(Fl_Color i) { xmap.pixel = p.pixel; } else { // However, if that XAllocColor fails, I have to give up and - // assumme the pixel is ok for the duration of the program. This + // assume the pixel is ok for the duration of the program. This // is due to bugs (?) in the Solaris X and some X terminals // where XAllocColor *always* fails when the colormap is full, // even if we ask for a color already in it... |
