Spelling and grammar corrections
svn path=/trunk/kdebase/kwin/; revision=99204
This commit is contained in:
parent
35263f3b77
commit
869ac89c8f
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -80,7 +80,7 @@ int x11ErrorHandler(Display *d, XErrorEvent *e){
|
|||
fprintf(stderr, "kwin: %s(0x%lx): %s\n", req, e->resourceid, msg);
|
||||
|
||||
if (initting) {
|
||||
fprintf(stderr, i18n("kwin: failure during initialisation; aborting").local8Bit());
|
||||
fprintf(stderr, i18n("kwin: failure during initialization; aborting").local8Bit());
|
||||
exit(1);
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue