From 2c506fcf9d0ca1cc446aaa66a7601616c2954d7f Mon Sep 17 00:00:00 2001
From: Dan Dascalescu
* The android:name attribute specifies an identifier by which
* the keyboard layout will be known in the package.
- * The android:label attributes specifies a human-readable descriptive
+ * The android:label attribute specifies a human-readable descriptive
* label to describe the keyboard layout in the user interface, such as "English (US)".
* The android:keyboardLayout attribute refers to a
*
diff --git a/docs/html/guide/components/fundamentals.jd b/docs/html/guide/components/fundamentals.jd
index 80125ba4f07ab..f1b30703f79c9 100644
--- a/docs/html/guide/components/fundamentals.jd
+++ b/docs/html/guide/components/fundamentals.jd
@@ -298,7 +298,7 @@ app.
In the <activity> element,
the {@code android:name} attribute specifies the fully qualified class name of the {@link
-android.app.Activity} subclass and the {@code android:label} attributes specifies a string
+android.app.Activity} subclass and the {@code android:label} attribute specifies a string
to use as the user-visible label for the activity.
You must declare all app components this way: