You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/04/14 15:01:24 UTC

svn commit: r394080 - /myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java

Author: manolito
Date: Fri Apr 14 06:01:22 2006
New Revision: 394080

URL: http://svn.apache.org/viewcvs?rev=394080&view=rev
Log:
trivial typo correction

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java?rev=394080&r1=394079&r2=394080&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java Fri Apr 14 06:01:22 2006
@@ -131,7 +131,7 @@
 
     /**
      * Set the "submitted value" of this component from the relevant data
-     * in the current servet request object.
+     * in the current servlet request object.
      * <p>
      * If this component is not rendered, then do nothing; no output would
      * have been sent to the client so no input is expected.