comment typo

This commit is contained in:
Dana Jansens 2003-04-18 01:51:55 +00:00
parent 077cd7f944
commit e6a00eee31

View file

@ -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;