[jboss-cvs] JBossRemoting/docs/guide/en ...

Ron Sigal ron_sigal at yahoo.com
Wed Aug 2 03:17:34 EDT 2006


  User: rsigal  
  Date: 06/08/02 03:17:34

  Modified:    docs/guide/en  chap8.xml
  Log:
  JBREM-559:  Fixed a couple of typos.
  
  Revision  Changes    Path
  1.3       +2 -2      JBossRemoting/docs/guide/en/chap8.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap8.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap8.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- chap8.xml	31 Jul 2006 05:03:42 -0000	1.2
  +++ chap8.xml	2 Aug 2006 07:17:34 -0000	1.3
  @@ -57,7 +57,7 @@
       invocation or a ping from the client internally.</para>
   
       <para>The actual lease window established on the server side is dynamic
  -    based the rate at which the client updates their lease. In particular, the
  +    based the rate at which the client updates its lease. In particular, the
       lease window will always be set to lease period * 2 for any lease that
       does not have a lease update duration that is longer than 75% of the lease
       window (meaning if set lease period to 10 seconds and always update that
  @@ -74,7 +74,7 @@
       least 4 X lease period (no exceptions).</para>
   
       <para>By default, the client is not configured to do client leasing. This
  -    means if want to allow client to do leasing, will need to either need to
  +    means if want to allow client to do leasing, will need to either
       set invoker locator parameter of 'leasing' to true or include
       configuration entry with key of 'enableLease' and value of true to the map
       passed when creating a Client instance. This does not mean that client
  
  
  



More information about the jboss-cvs-commits mailing list