[cvs] expresso commit by mtraum: fixed typos

JCorporate Ltd jcorp at jcorporate.com
Wed Jan 26 23:06:16 UTC 2005


Log Message:
-----------
fixed typos

Modified Files:
--------------
    expresso/expresso-web/expresso/doc/edg:
        jsp.xml

Revision Data
-------------
Index: jsp.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/edg/jsp.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -Lexpresso-web/expresso/doc/edg/jsp.xml -Lexpresso-web/expresso/doc/edg/jsp.xml -u -r1.25 -r1.26
--- expresso-web/expresso/doc/edg/jsp.xml
+++ expresso-web/expresso/doc/edg/jsp.xml
@@ -74,7 +74,7 @@
           </listitem>
 
           <listitem>
-            <para><emphasis role="bold">Servet Filters</emphasis> Servlet
+            <para><emphasis role="bold">Servlet Filters</emphasis> Servlet
             filters are executed, including <xref
             linkend="request_registry" />.</para>
           </listitem>
@@ -1239,7 +1239,7 @@
     attribute should be headed. That is controlled by the controller. For
     example, consider a scenario where one submit button in a POST form
     directs the user to controller A, while other submit buttons in the form
-    send the user to controler B. What should the 'action' URL be in the HTML
+    send the user to controller B. What should the 'action' URL be in the HTML
     form tag? That is where universal dispatch comes in. The submit button's
     parameters (if you use the expresso tags) are complete with controller and
     state parameter, so the view (the JSP) does not need to know. If we assume


More information about the cvs mailing list