martinc 01/07/19 23:20:02
Modified: doc/userGuide Tag: STRUTS_1_0_BRANCH introduction.xml
Log:
Fixed a typo.
PR: 2488
Submitted by: Ted Husted
Revision Changes Path
No revision
No revision
1.1.2.2 +1 -1 jakarta-struts/doc/userGuide/introduction.xml
Index: introduction.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/introduction.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- introduction.xml 2001/07/05 11:47:15 1.1.2.1
+++ introduction.xml 2001/07/20 06:20:01 1.1.2.2
@@ -164,7 +164,7 @@
<p>
For the simplest applications, an action object can handle the business
logic
associated with a request. However, in most cases, an action object
should pass
- the request to another object, usually a JavaBean. To allow resuse on
other
+ the request to another object, usually a JavaBean. To allow reuse on
other
platforms, business-logic JavaBeans should not refer to any Web
application
objects. The action object should translate needed details from the HTTP
request
and pass those along to the business-logic beans as regular Java
variables.