You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/02 15:34:30 UTC

svn commit: r390819 - /incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java

Author: tmjee
Date: Sun Apr  2 06:34:28 2006
New Revision: 390819

URL: http://svn.apache.org/viewcvs?rev=390819&view=rev
Log:
corrected spelling mistake EXPRESION_PARAM should be EXPRESSION_PARAM as
EXPRESSION_PARAM is the variable defined


Modified:
    incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java?rev=390819&r1=390818&r2=390819&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java Sun Apr  2 06:34:28 2006
@@ -142,7 +142,7 @@
                     });
             } else if (COMMAND_MODE.equals(type)) {
                 OgnlValueStack stack = (OgnlValueStack) ctx.getSession().get(SESSION_KEY);
-                String cmd = getParameter(EXPRESION_PARAM);
+                String cmd = getParameter(EXPRESSION_PARAM);
 
                 HttpServletResponse res = ServletActionContext.getResponse();
                 res.setContentType("text/plain");



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org