LCL: fix typo in string constant

git-svn-id: trunk@24801 -
This commit is contained in:
maxim 2010-04-21 20:56:02 +00:00
parent 4a16d21de9
commit 2e3ee21415

View File

@ -136,7 +136,7 @@ resourceString
rsgtkOptionSync = '--sync Call XSynchronize (display, True) '
+'after the Xserver connection has been established. This makes debugging '
+'X protocol errors easier, because X request buffering will be disabled '
+'and X errors will be received immediatey after the protocol request that '
+'and X errors will be received immediately after the protocol request that '
+'generated the error has been processed by the X server.';
rsgtkOptionNoXshm = '--no-xshm Disable use of the X Shared '
+'Memory Extension.';