From: Dana Jansens Date: Fri, 18 Apr 2003 01:51:55 +0000 (+0000) Subject: comment typo X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=e6a00eee317a04b14fda4563e0563812d2b1896b comment typo --- 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;