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 2010/11/17 18:39:44 UTC

svn commit: r1036135 - /myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java

Author: bommel
Date: Wed Nov 17 17:39:44 2010
New Revision: 1036135

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

Modified:
    myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java

Modified: myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java?rev=1036135&r1=1036134&r2=1036135&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java Wed Nov 17 17:39:44 2010
@@ -125,7 +125,7 @@ public final class AttributeHandler exte
               ValueExpression expression
                   = faceletContext.getVariableMapper().resolveVariable(removeElParenthesis(expressionString));
               if (expression == null) {
-                // when the action hasn't been set while using a componsition.
+                // when the action hasn't been set while using a composition.
                 if (LOG.isDebugEnabled()) {
                   LOG.debug("Variable can't be resolved: value='" + expressionString + "'");
                 }
@@ -153,7 +153,7 @@ public final class AttributeHandler exte
                   = faceletContext.getVariableMapper().resolveVariable(removeElParenthesis(expressionString));
               if (expression == null) {
                 if (LOG.isDebugEnabled()) {
-                  // when the action hasn't been set while using a componsition.
+                  // when the action hasn't been set while using a composition.
                   LOG.debug("Variable can't be resolved: value='" + expressionString + "'");
                 }
                 expressionString = null;
@@ -187,7 +187,7 @@ public final class AttributeHandler exte
                   = faceletContext.getVariableMapper().resolveVariable(removeElParenthesis(expressionString));
               if (expression == null) {
                 if (LOG.isDebugEnabled()) {
-                  // when the action hasn't been set while using a componsition.
+                  // when the action hasn't been set while using a composition.
                   LOG.debug("Variable can't be resolved: value='" + expressionString + "'");
                 }
                 expressionString = null;