Skip to content

Commit cee8d1d

Browse files
Romain GuyAndroid Code Review
authored andcommitted
Merge "fix typo"
2 parents b4ae2f1 + fc8daba commit cee8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/widget/AbsoluteLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public LayoutParams(int width, int height, int x, int y) {
187187
* </ul>
188188
*
189189
* @param c the application environment
190-
* @param attrs the set of attributes fom which to extract the layout
190+
* @param attrs the set of attributes from which to extract the layout
191191
* parameters values
192192
*/
193193
public LayoutParams(Context c, AttributeSet attrs) {

0 commit comments

Comments
 (0)