Author: musachy Date: Mon Jun 11 12:03:07 2007 New Revision: 546224 URL: http://svn.apache.org/viewvc?view=rev&rev=546224 Log: Fix typo
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java?view=diff&rev=546224&r1=546223&r2=546224 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java Mon Jun 11 12:03:07 2007 @@ -41,7 +41,7 @@ * <li>application - the value will be set in application scope according to servlet spec. using the name as its key</li> * <li>session - the value will be set in session scope according to servlet spec. using the name as key </li> * <li>request - the value will be set in request scope according to servlet spec. using the name as key </li> - * <li>page - the value will be set in request scope according to servlet sepc. using the name as key</li> + * <li>page - the value will be set in page scope according to servlet sepc. using the name as key</li> * <li>action - the value will be set in the request scope and Struts' action context using the name as key</li> * </ul> *