Skip to content

Commit fc53e58

Browse files
author
Fabrice Di Meglio
committed
Fix typos in LinearLayout comments
- woow those were very old ones! Change-Id: I72bf71d5c5aa14f32401aed04462d562672016f8
1 parent 72898e9 commit fc53e58

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
@@ -1346,7 +1346,7 @@ void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) {
13461346
private void forceUniformHeight(int count, int widthMeasureSpec) {
13471347
// Pretend that the linear layout has an exact size. This is the measured height of
13481348
// ourselves. The measured height should be the max height of the children, changed
1349-
// to accomodate the heightMesureSpec from the parent
1349+
// to accommodate the heightMeasureSpec from the parent
13501350
int uniformMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(),
13511351
MeasureSpec.EXACTLY);
13521352
for (int i = 0; i < count; ++i) {

0 commit comments

Comments
 (0)