Fix typo in View.java javadocs

Change-Id: I6da88e18fe32c4763c916990f6aa17dda21f5c8f
This commit is contained in:
John Spurlock
2013-05-28 09:44:50 -04:00
parent dadfb9c9bf
commit 9643d40395

View File

@@ -15966,7 +15966,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
}
/**
* <p>This mehod must be called by {@link #onMeasure(int, int)} to store the
* <p>This method must be called by {@link #onMeasure(int, int)} to store the
* measured width and measured height. Failing to do so will trigger an
* exception at measurement time.</p>
*