summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/focus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index d7f0183e..ff5bc503 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -24,7 +24,7 @@ void focus_set_client(struct Client *client);
typedef enum {
Fallback_Desktop, /* switching desktops */
- Fallback_Unfocusing, /* forcefully remove focus from the curernt window */
+ Fallback_Unfocusing, /* forcefully remove focus from the current window */
Fallback_NoFocus /* nothing has focus for some reason */
} FallbackType;