summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/fltkui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index f1d4d1cd..46bb5c39 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -21,7 +21,7 @@ namespace fltk {
* results from my insufficient knowledge of C++ some years ago; since
* then, I've learned how to deal with "diamond inheritance", as the
* (ideal, not actually implemented) design in the first diagram
- * shows. It should be possiple to implement this ideal design in a
+ * shows. It should be possible to implement this ideal design in a
* straightforward way, and so get rid of templates. --SG</div>
*
* The design should be like this: