diff --git a/core/src/main/java/org/apache/struts2/components/Bean.java b/core/src/main/java/org/apache/struts2/components/Bean.java index b1dcaff90..27b188695 100644 --- a/core/src/main/java/org/apache/struts2/components/Bean.java +++ b/core/src/main/java/org/apache/struts2/components/Bean.java @@ -67,7 +67,7 @@ import com.opensymphony.xwork2.util.ValueStack; * * *

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.

*

*

In the above example, the id has been set to a value of counter. This means that the SimpleCounter class