You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2011/10/09 12:52:13 UTC

svn commit: r1180583 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java

Author: bobharner
Date: Sun Oct  9 10:52:12 2011
New Revision: 1180583

URL: http://svn.apache.org/viewvc?rev=1180583&view=rev
Log:
Misspelling in javadoc, no code changes

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java?rev=1180583&r1=1180582&r2=1180583&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/MarkupConstants.java Sun Oct  9 10:52:12 2011
@@ -1,4 +1,4 @@
-// Copyright 2009 The Apache Software Foundation
+// Copyright 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ public class MarkupConstants
 
     /**
      * Handler for the onclick event (for links) or other events (such as forms) to ensure the page is loaded before
-     * allowing the click event to occur. Refrences a client-side JavaScript function that displays a standard "wait for
+     * allowing the click event to occur. References a client-side JavaScript function that displays a standard "wait for
      * page to load" modal dialog.
      */
     public static final String WAIT_FOR_PAGE = "javascript:return Tapestry.waitForPage(event);";