diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-01 09:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-01 09:52:59 +0000 |
commit | 26a321e59ecdb0ba3a7224d196d12c3503f9d9ea (patch) | |
tree | dda442abc8a5a6187911e37d6911b08f43bc5cc7 /x11/dxpc | |
parent | 95910b6b812ff726f6aacc7e819a90027cd9db77 (diff) | |
download | pkgsrc-26a321e59ecdb0ba3a7224d196d12c3503f9d9ea.tar.gz |
"the the" -> "the"
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dxpc/DESCR b/x11/dxpc/DESCR index deb4b412d47..528ceebb8b6 100644 --- a/x11/dxpc/DESCR +++ b/x11/dxpc/DESCR @@ -25,7 +25,7 @@ them and sends them to the client application. dxpc attempts to exploit patterns in X protocol messages to limit the amount of data sent between the Client Proxy and Server Proxy. For many X message types, each field has a high probability of having -the same value as it had in some previous message of the the same type. +the same value as it had in some previous message of the same type. For such fields, dxpc maintains caches of the last 'n' values, with a least-recently-used replacement policy. If a field value in a new message is already present in the corresponding cache, dxpc transmits |