You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/04/08 12:51:28 UTC

cvs commit: avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple implementation.xml index.xml servlet.xml

mcconnell    2003/04/08 03:51:28

  Modified:    merlin/merlin-smp/xdocs/starting/examples/afs/simple
                        implementation.xml index.xml servlet.xml
  Log:
  Spelling.
  
  Revision  Changes    Path
  1.2       +4 -4      avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/implementation.xml
  
  Index: implementation.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/implementation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- implementation.xml	8 Apr 2003 09:00:26 -0000	1.1
  +++ implementation.xml	8 Apr 2003 10:51:28 -0000	1.2
  @@ -12,7 +12,7 @@
         <subsection name="Simple Bank">
           <p>
             The Simple Bank implementation aims to establish a minimal 
  -          implementation - unsecure, very simplistic, but funtional.
  +          implementation - unsecured, very simplistic, but functional.
           </p>
         </subsection>
         <subsection name="Block Directive">
  @@ -31,9 +31,9 @@
         </subsection>
         <subsection name="Bank Implementation">
           <p>
  -          BankProvider is a simple component with dependecies on the supplied runtime
  +          BankProvider is a simple component with dependencies on the supplied runtime
             context.  It uses the supplied context to retrieve a working directory
  -          from which it can internalize and externalize a serializable set of 
  +          from which it can internalise and externalise a serializable set of 
             accounts. With an established set of accounts, the Bank can handle 
             requests for new account creation and account removal. 
           </p>
  @@ -186,7 +186,7 @@
         <subsection name="Bank Implementation">
           <p>
             The DefaultAccount implementation provides support for functional
  -          operations including the deposit and withdrawl of funds and provision
  +          operations including the deposit and withdrawal of funds and provision
             of the standing account balance. 
           </p>
           <p><i>Bank.java</i></p>
  
  
  
  1.3       +3 -3      avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	8 Apr 2003 09:01:35 -0000	1.2
  +++ index.xml	8 Apr 2003 10:51:28 -0000	1.3
  @@ -15,7 +15,7 @@
             <tr>
               <td><a href="interfaces.html">Interfaces</a></td>
               <td>
  -              Description and presentaiton of the interfaces used in the Simple
  +              Description and presentation of the interfaces used in the Simple
                 Bank example.  These include the Bank interface and an Account 
                 interface.
               </td>
  @@ -23,13 +23,13 @@
             <tr>
               <td><a href="implementation.html">Implementation</a></td>
               <td>
  -              The block.xml and implementation sources for the bank and account artifacts.
  +              The block.xml and implementation sources for the bank and account artefacts.
               </td>
             </tr>
             <tr>
               <td><a href="servlet.html">Servlet</a></td>
               <td>
  -              The souirce to a servlet that embedds a Merlin Kernel ans extracts 
  +              The source to a Servlet that embeds a Merlin Kernel and extracts 
                 a reference to the Bank service.
               </td>
             </tr>
  
  
  
  1.2       +4 -4      avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/servlet.xml
  
  Index: servlet.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-smp/xdocs/starting/examples/afs/simple/servlet.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlet.xml	8 Apr 2003 09:00:26 -0000	1.1
  +++ servlet.xml	8 Apr 2003 10:51:28 -0000	1.2
  @@ -12,15 +12,15 @@
         <subsection name="Simple Bank Servlet">
           <p>
             The Simple Servlet example demonstrates the embedding of a 
  -          Merlin Kernel within a servlet and the mechanisms used to 
  -          get the intial reference to the Apache Financial Service Bank.
  +          Merlin Kernel within a Servlet and the mechanisms used to 
  +          get the initial reference to the Apache Financial Service Bank.
           </p>
           <p><img src="../../../../images/simple-servlet.gif"/></p>
         </subsection>
         <subsection name="Servlet Implementation">
           <p>
  -          The servlet implemenmtation extends the Merlin servlet extension.
  -          The servlet extension establishes the Merlin Kernel and the servlet
  +          The Servlet implementation extends the Merlin Servlet extension.
  +          The Servlet extension establishes the Merlin Kernel and the Servlet
             implementation includes the logic for extracting the Bank service
             from the kernel.
           </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org