From 2e3ee214155f09ed4a036f310ed56bad2c5d6589 Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 21 Apr 2010 20:56:02 +0000 Subject: [PATCH] LCL: fix typo in string constant git-svn-id: trunk@24801 - --- lcl/lclstrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lclstrconsts.pas b/lcl/lclstrconsts.pas index 394ddaa06b..eb8a11342c 100644 --- a/lcl/lclstrconsts.pas +++ b/lcl/lclstrconsts.pas @@ -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.';