diff options
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 |