am ee352cca: Merge "Fix typo in View.java javadocs" into jb-mr2-dev

* commit 'ee352cca1f3beb577dfdf1c18a08242e4f94d01b':
  Fix typo in View.java javadocs
This commit is contained in:
John Spurlock
2013-05-28 09:36:19 -07:00
committed by Android Git Automerger

View File

@@ -15915,7 +15915,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 * measured width and measured height. Failing to do so will trigger an
* exception at measurement time.</p> * exception at measurement time.</p>
* *