Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv7823

Modified Files:
      Tag: MMBase-1_8
        ContextTag.java 
Log Message:
fixed spelling error


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib


Index: ContextTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextTag.java,v
retrieving revision 1.87.2.5
retrieving revision 1.87.2.6
diff -u -b -r1.87.2.5 -r1.87.2.6
--- ContextTag.java     26 Nov 2008 14:14:15 -0000      1.87.2.5
+++ ContextTag.java     6 Mar 2009 09:51:10 -0000       1.87.2.6
@@ -45,7 +45,7 @@
  * </p>
  *
  * @author Michiel Meeuwissen
- * @version $Id: ContextTag.java,v 1.87.2.5 2008/11/26 14:14:15 michiel Exp $
+ * @version $Id: ContextTag.java,v 1.87.2.6 2009/03/06 09:51:10 michiel Exp $
  * @see ImportTag
  * @see WriteTag
  */
@@ -173,9 +173,9 @@
                     if (((PageContextBacking) 
prevPc.getBacking()).getPageContext() != pageContext) {
                         ServletRequest prevReq = unwrap(((PageContextBacking) 
prevPc.getBacking()).getPageContext().getRequest());
                         if (prevReq != unwrap(pageContext.getRequest())) {
-                            log.warn("found a pagecontext container for a 
different request (" + prevReq + " !=  '" + pageContext.getRequest() + "'). 
Reparing");
+                            log.warn("found a pagecontext container for a 
different request (" + prevReq + " !=  '" + pageContext.getRequest() + "'). 
Repairing");
                         } else {
-                            log.debug("found a pagecontext container for a 
different pageContext. Reparing");
+                            log.debug("found a pagecontext container for a 
different pageContext. Repairing");
                         }
                         prevParent = new PageContextContainer(pageContext);
                     }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to