jmitchell    2002/10/28 21:32:26

  Modified:    doc/userGuide preface.xml
  Log:
  Update Docs.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-struts/doc/userGuide/preface.xml
  
  Index: preface.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/preface.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- preface.xml       27 Oct 2002 02:44:14 -0000      1.9
  +++ preface.xml       29 Oct 2002 05:32:26 -0000      1.10
  @@ -459,7 +459,7 @@
         <p>Unlike requests, you need to be concerned about thread safety on
         your session attributes (the methods these beans provide, not the
         <code>getAttribute()</code> and <code>setAttribute()</code> methods
  -      of the session itself).  It is surprisingly easy for there two be
  +      of the session itself).  It is surprisingly easy for there to be
         multiple simultaneous requests from the same user, which will therefore
         access the same session.</p>
   
  @@ -557,7 +557,7 @@
       <section name="0.9 Extensible Markup Language (XML)" href="xml">
   
       <p>The features provided by the Struts framework relies on a number of objects 
that are
  -    usually deployed using files writing in
  +    usually deployed using files written in
       <a href="http://www.w3.org/XML/";>Extensible Markup Language</a>. XML is also 
used to
       configure Java web applications; so, this is yet another familiar approach.
       </p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to