Skip to content

Commit 1e761de

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix typos in LinearLayout comments" into jb-mr1-dev
2 parents 404eeee + fc53e58 commit 1e761de

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)