diff options
author | corvid <corvid@lavabit.com> | 2010-02-27 05:33:19 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-02-27 05:33:19 +0000 |
commit | a1117acbcd9dc695a30f8e527a42cd59fae7be78 (patch) | |
tree | e1be0e9c6b0caf06e33f1f0a66ae0b9a385f46f9 | |
parent | 362ad264a055afc6243098f05493e0d95c35957b (diff) |
a typo
-rw-r--r-- | dw/fltkui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index d263a39e..245d5aad 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -65,7 +65,7 @@ namespace fltk { * dw::core::ui::Resource is ambiguous for * dw::fltk::ui::FltkLabelButtonResource. * - * To solve this, we have to remove the depencency between + * To solve this, we have to remove the dependency between * dw::fltk::ui::FltkResource and dw::core::ui::Resource, instead, the part * of dw::core::ui::Resource, which is implemented in * dw::fltk::ui::FltkResource, must be explicitly delegated from |