You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/08/12 19:56:43 UTC

svn commit: r803628 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java

Author: bommel
Date: Wed Aug 12 17:56:43 2009
New Revision: 803628

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

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java?rev=803628&r1=803627&r2=803628&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxResponseRenderer.java Wed Aug 12 17:56:43 2009
@@ -218,10 +218,10 @@
       // FIXME:
       if (partStr.startsWith(responseCode)
           || partStr.equals(CODE_NOT_MODIFIED)) {
-        // remove resopnseCode from buffer
+        // remove responseCode from buffer
         buffer.setLength(0);
       }
-      // /FIXME:
+      // FIXME:
 
       buffer.append(partStr);
     }