aboutsummaryrefslogtreecommitdiffstats
path: root/chimpchat
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-05-11 18:20:45 +0800
committerPin Ting <pinting@google.com>2012-05-11 18:20:45 +0800
commit226f95c416fa52c879bb2d5e19a23e252ee8b120 (patch)
tree842fc2de2c742203195f123c869b88ae0b2e93fc /chimpchat
parentd1c5f826bb978561cac6e67517f321b0446189fb (diff)
downloadsdk-226f95c416fa52c879bb2d5e19a23e252ee8b120.zip
sdk-226f95c416fa52c879bb2d5e19a23e252ee8b120.tar.gz
sdk-226f95c416fa52c879bb2d5e19a23e252ee8b120.tar.bz2
Fix typo in javadoc.
Change-Id: Ieb6ea82e0cb914b9f586b798c350dedd7200ab7c
Diffstat (limited to 'chimpchat')
-rw-r--r--chimpchat/src/com/android/chimpchat/core/ChimpRect.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimpchat/src/com/android/chimpchat/core/ChimpRect.java b/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
index a86c23d..956ec0d 100644
--- a/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
+++ b/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
@@ -32,9 +32,9 @@ public class ChimpRect {
/**
* Create a new ChimpRect with the given coordinates.
- * @param left The X coordinate of the left side of the rectagle
+ * @param left The X coordinate of the left side of the rectangle
* @param top The Y coordinate of the top of the rectangle
- * @param right The X coordinate of the right side of the rectagle
+ * @param right The X coordinate of the right side of the rectangle
* @param bottom The Y coordinate of the bottom of the rectangle
*/
public ChimpRect(int left, int top, int right, int bottom) {