Author: jmitchell Date: Thu Nov 2 04:13:48 2006 New Revision: 470347 URL: http://svn.apache.org/viewvc?view=rev&rev=470347 Log: fix a typo
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java?view=diff&rev=470347&r1=470346&r2=470347 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java Thu Nov 2 04:13:48 2006 @@ -67,7 +67,7 @@ * * <!-- START SNIPPET: examplesdescription --> * <p>This example instantiates a bean called SimpleCounter and sets the foo property (setFoo('BAR')). The - * SimpleCounter object is then pushed onto the Valuestack, which means that we can called its accessor methods (getFoo()) + * SimpleCounter object is then pushed onto the Valuestack, which means that we can call its accessor methods (getFoo()) * with the Property tag and get their values.</p> * <p/> * <p>In the above example, the id has been set to a value of <i>counter</i>. This means that the SimpleCounter class