summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Spurlock <jspurlock@google.com> 2014-02-03 17:21:25 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-02-03 17:21:25 +0000
commit647db9fae37b36d99ce290acfae7b453f00ae5af (patch)
treefdaee529294953b31e134ececf737225a6da94d5
parent40a7e3c425120661c305999f7c2bdd76d3240b7d (diff)
parent76ecd66a6d5f8ceaebbe9cd109948f01aff4cd27 (diff)
am 76ecd66a: am 0196e561: Fix typo in ImageView.java
* commit '76ecd66a6d5f8ceaebbe9cd109948f01aff4cd27': Fix typo in ImageView.java
-rw-r--r--core/java/android/widget/ImageView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/ImageView.java b/core/java/android/widget/ImageView.java
index 7daf798194fb..f05179bb5883 100644
--- a/core/java/android/widget/ImageView.java
+++ b/core/java/android/widget/ImageView.java
@@ -563,7 +563,7 @@ public class ImageView extends View {
}
/** Return the view's optional matrix. This is applied to the
- view's drawable when it is drawn. If there is not matrix,
+ view's drawable when it is drawn. If there is no matrix,
this method will return an identity matrix.
Do not change this matrix in place but make a copy.
If you want a different matrix applied to the drawable,