You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/08/02 07:16:18 UTC

svn commit: r562017 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java

Author: jholmes
Date: Wed Aug  1 22:16:18 2007
New Revision: 562017

URL: http://svn.apache.org/viewvc?view=rev&rev=562017
Log:
Fix typos.

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java?view=diff&rev=562017&r1=562016&r2=562017
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java Wed Aug  1 22:16:18 2007
@@ -427,7 +427,7 @@
     /**
      * Add's the given key and value to this components own parameter.
      * <p/>
-     * If the provided key is <tt>null</tt> nothing happends.
+     * If the provided key is <tt>null</tt> nothing happens.
      * If the provided value is <tt>null</tt> any existing parameter with
      * the given key name is removed.
      * @param key  the key of the new parameter to add.