summaryrefslogtreecommitdiff
path: root/src/wx/focus_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/focus_manager.h')
-rw-r--r--src/wx/focus_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/focus_manager.h b/src/wx/focus_manager.h
index 337d87739..ca4c4e384 100644
--- a/src/wx/focus_manager.h
+++ b/src/wx/focus_manager.h
@@ -31,7 +31,7 @@ class wxFocusEvent;
*
* This allows us to turn off accelerators for the duration of the focus so that they don't steal
* keypresses. It's a hack but the only way I could make it work on all platforms (looking for
- * the focussed thing and doing ev.Skip() if it's a wxTextCtrl did not work for me on Windows:
+ * the focused thing and doing ev.Skip() if it's a wxTextCtrl did not work for me on Windows:
* ev.Skip() did not cause the event to be delivered).
*/
class FocusManager