Skip to content

Commit

Permalink
Fixed wrong word in error message.
Browse files Browse the repository at this point in the history
We want the user to have their current keyboard layout
whatever the system default might be.
  • Loading branch information
alvarezp committed Apr 30, 2011
1 parent e9bdba2 commit c028c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -516,7 +516,7 @@ int main(int argc, char *argv[])
"X. Quitting.\n");
fprintf(stderr, "\nIf using GNOME you might want to try adding a "
"keyboard layout and then\nremoving it, and making sure your "
"default layout is effectively selected as\ndefault.\n");
"current layout is effectively selected as\ndefault.\n");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit c028c1f

Please sign in to comment.