You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/06/08 14:08:09 UTC

svn commit: r952630 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java

Author: lofwyr
Date: Tue Jun  8 12:08:09 2010
New Revision: 952630

URL: http://svn.apache.org/viewvc?rev=952630&view=rev
Log:
typo

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java?rev=952630&r1=952629&r2=952630&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java Tue Jun  8 12:08:09 2010
@@ -181,7 +181,7 @@ public abstract class TobagoResponseWrit
   }
 
   /**
-   * Writes a propery as text. The text will be escaped.
+   * Writes a property as text. The text will be escaped.
    */
   public void writeTextFromComponent(String property) throws IOException {
     writeText(null, property);