Description: Correct spelling Author: Dmitry Borisyuk --- a/fbxkb.c +++ b/fbxkb.c @@ -40,7 +40,7 @@ #define IMGPREFIX PREFIX "/share/fbxkb/images/" /****************************************************************** - * GLOBAL VARSIABLES * + * GLOBAL VARIABLES * ******************************************************************/ /* X11 common stuff */ @@ -48,7 +48,7 @@ static Display *dpy; static int xkb_event_type; -/* internal state mashine */ +/* internal state machine */ static int cur_group; static int ngroups; static GHashTable *sym2pix; @@ -383,11 +383,11 @@ } out: XkbFreeKeyboard(kbd_desc_ptr, 0, True); - // sanity check: group numbering must be continous + // sanity check: group numbering must be continuous for (i = 0; (i < XkbNumKbdGroups) && (group2info[i].sym != NULL); i++); if (i != ngroups) { - ERR("kbd group numbering is not continous\n"); - ERR("run 'xlsatoms | grep pc' to know what hapends\n"); + ERR("kbd group numbering is not continuous\n"); + ERR("run 'xlsatoms | grep pc' to know what happens\n"); exit(1); } out_us: