You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/11/12 14:46:48 UTC

svn commit: r594129 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java

Author: andyhot
Date: Mon Nov 12 05:46:47 2007
New Revision: 594129

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

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java?rev=594129&r1=594128&r2=594129&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java Mon Nov 12 05:46:47 2007
@@ -21,8 +21,8 @@
 import java.util.Locale;
 
 /**
- * The default rendering delegate responseible for include the dojo sources in
- * to the {@link Shell} component.
+ * The default rendering delegate responsible for include the dojo sources in
+ * to the {@link org.apache.tapestry.html.Shell} component.
  */
 public class AjaxShellDelegate implements IRender {