summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-18 01:51:55 +0000
committerDana Jansens <danakj@orodu.net>2003-04-18 01:51:55 +0000
commite6a00eee317a04b14fda4563e0563812d2b1896b (patch)
tree042dc2aa3d5d838971c6c9ebb231b9a75e3e4cf4
parent077cd7f94440a5001d62a2df03131a2c33a8c3e2 (diff)
comment typo
-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;