Skip to content

Commit 20b76b9

Browse files
Fabrice Di MeglioAndroid Git Automerger
authored andcommitted
am 1e761de: Merge "Fix typos in LinearLayout comments" into jb-mr1-dev
* commit '1e761ded55695a9d76a6f00ee9504625581e8d3a': Fix typos in LinearLayout comments
2 parents ed3d92a + 1e761de commit 20b76b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/widget/LinearLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) {
13401340
private void forceUniformHeight(int count, int widthMeasureSpec) {
13411341
// Pretend that the linear layout has an exact size. This is the measured height of
13421342
// ourselves. The measured height should be the max height of the children, changed
1343-
// to accomodate the heightMesureSpec from the parent
1343+
// to accommodate the heightMeasureSpec from the parent
13441344
int uniformMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(),
13451345
MeasureSpec.EXACTLY);
13461346
for (int i = 0; i < count; ++i) {

0 commit comments

Comments
 (0)