Skip to content

Commit fc8daba

Browse files
committed
fix typo
Change-Id: Ib36aabc68128d1b2b8c41b965a10be2ab2f4cd93
1 parent b4ae2f1 commit fc8daba

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)