diff options
author | corvid <corvid@lavabit.com> | 2009-09-09 22:05:23 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-09 22:05:23 +0000 |
commit | 26a1cfc6fc8811b4d34eb1120687dcd9a02c4b88 (patch) | |
tree | 737b2332a431184e5cb2eda70b6dfc2f2c3bec80 /dw/events.hh | |
parent | 96c76c501696985b4ff55cf5f232d0701789e44e (diff) |
spelling
Diffstat (limited to 'dw/events.hh')
-rw-r--r-- | dw/events.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/events.hh b/dw/events.hh index 860472ab..2bd36340 100644 --- a/dw/events.hh +++ b/dw/events.hh @@ -9,7 +9,7 @@ namespace dw { namespace core { /** - * \brief Platform independant representation. + * \brief Platform independent representation. */ enum ButtonState { @@ -25,7 +25,7 @@ enum ButtonState /** * \brief Base class for all events. * - * The dw::core::Event hierarchy describes events in a platform independant + * The dw::core::Event hierarchy describes events in a platform independent * way. */ class Event: public object::Object |