Revision: 8497
Author: [email protected]
Date: Fri Aug  6 11:09:15 2010
Log: Fixing a couple of typos in JavaDoc.

Review at http://gwt-code-reviews.appspot.com/720802

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8497

Modified:
 /trunk/user/src/com/google/gwt/app/place/ActivityManager.java
 /trunk/user/src/com/google/gwt/cell/client/ClickableTextCell.java

=======================================
--- /trunk/user/src/com/google/gwt/app/place/ActivityManager.java Tue Jul 20 08:04:29 2010 +++ /trunk/user/src/com/google/gwt/app/place/ActivityManager.java Fri Aug 6 11:09:15 2010
@@ -117,7 +117,7 @@
   }

   /**
-   * Reject the place change if the current is not willing to stop.
+ * Reject the place change if the current activity is not willing to stop.
    *
* @see PlaceChangeRequestedEvent.Handler#onPlaceChangeRequested(PlaceChangeRequestedEvent)
    */
=======================================
--- /trunk/user/src/com/google/gwt/cell/client/ClickableTextCell.java Tue Jul 27 08:47:38 2010 +++ /trunk/user/src/com/google/gwt/cell/client/ClickableTextCell.java Fri Aug 6 11:09:15 2010
@@ -19,7 +19,7 @@
 import com.google.gwt.dom.client.NativeEvent;

 /**
- * A {...@link Cell} used to render text. Clicking on the call causes its
+ * A {...@link Cell} used to render text. Clicking on the cell causes its
  * {...@link ValueUpdater} to be called.
  *
  * <p>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to