Skip to content

Commit bbbb154

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix Javadoc spelling" into jb-mr1-dev
2 parents 5fe7fbf + 61a2177 commit bbbb154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/view/ViewGroup.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5726,7 +5726,7 @@ public void setMarginsRelative(int start, int top, int end, int bottom) {
57265726
/**
57275727
* Sets the relative start margin.
57285728
*
5729-
* @param start the start marging size
5729+
* @param start the start margin size
57305730
*
57315731
* @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginStart
57325732
*/
@@ -5755,7 +5755,7 @@ public int getMarginStart() {
57555755
/**
57565756
* Sets the relative end margin.
57575757
*
5758-
* @param end the end marging size
5758+
* @param end the end margin size
57595759
*
57605760
* @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginEnd
57615761
*/

0 commit comments

Comments
 (0)