From: Dana Jansens Date: Sun, 1 Dec 2002 11:40:52 +0000 (+0000) Subject: typo in comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=fac1a6581b65b91eba3024d813a393e04007e197;p=chaz%2Fopenbox typo in comment --- diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh index bb4f6d6b..8e39a8dc 100644 --- a/otk/eventhandler.hh +++ b/otk/eventhandler.hh @@ -124,8 +124,8 @@ public: virtual ~OtkEventHandler(); protected: - /*! Constructor for the XEventHandler class. - This is protected so that XEventHandlers can't be instantiated on their + /*! Constructor for the OtkEventHandler class. + This is protected so that OtkEventHandlers can't be instantiated on their own. */ OtkEventHandler();