summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-01 13:37:16 +0000
committerDana Jansens <danakj@orodu.net>2003-02-01 13:37:16 +0000
commit889cb8880dceb6a7d4c50b0bd6f10214b081a856 (patch)
treea1655e8c9628670c7c0eeadb65f1f704046ac616 /src/python.hh
parent5beb28df2daf6b88d9a0f2da4866c2be6b0663ec (diff)
GRAMMAR HAMMER
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh
index 8b6c4ae8..3fd6baa9 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -81,7 +81,7 @@ struct EventAction {
EnterWindow, //!< Occurs when the mouse enters a window
LeaveWindow, //!< Occurs when the mouse leaves a window
//! Occurs while a window is being managed. The handler should call
- //! Client::move to the window
+ //! Client::move on the window
PlaceWindow,
//! Occurs while a window is being managed, just before the window is
//! displayed