[Superkb-devel] [PATCH] Fixed "an Bad" to "a Bad" in a friendly message.
Status: Alpha
Brought to you by:
alvarezp
From: Rubén G. M. <rgu...@gm...> - 2010-01-31 06:54:37
|
Signed-off-by: Rubén Guerra Marín <rgu...@gm...> --- main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.c b/main.c index b3be01f..c2c0d64 100755 --- a/main.c +++ b/main.c @@ -519,7 +519,7 @@ int main(int argc, char *argv[]) "\n" "Press and hold any of your configured Super keys to start using it.\n" "\n" - "(Please note: getting an 'BadAccess: attempt to access private resource\n" + "(Please note: getting a 'BadAccess: attempt to access private resource\n" "denied' error on 'X_GrabKey' means there is another program already using\n" "your configured Super key. If that happens, you should even change the key\n" "or try loading Superkb before the offending program.)\n\n\n" -- 1.6.3.3 |