From cf0ca99a22d65615d78f727cfb8ecf324a9b32c4 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Thu, 20 Oct 2011 14:50:09 -0700 Subject: [PATCH] Fix typos Change-Id: I6406b33f52bd8fb126a9b346d1bfe30ca2c2144b http://code.google.com/p/android/issues/detail?id=14614 http://code.google.com/p/android/issues/detail?id=3563 http://code.google.com/p/android/issues/detail?id=5960 --- core/java/android/database/sqlite/package.html | 2 +- core/java/android/os/CountDownTimer.java | 2 +- docs/html/guide/topics/resources/drawable-resource.jd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/database/sqlite/package.html b/core/java/android/database/sqlite/package.html index ff0f9f58f3571..ceed171ce48c2 100644 --- a/core/java/android/database/sqlite/package.html +++ b/core/java/android/database/sqlite/package.html @@ -3,7 +3,7 @@ Contains the SQLite database management classes that an application would use to manage its own private database.

-Applications use these classes to maange private databases. If creating a +Applications use these classes to manage private databases. If creating a content provider, you will probably have to use these classes to create and manage your own database to store content. See Content Providers to learn diff --git a/core/java/android/os/CountDownTimer.java b/core/java/android/os/CountDownTimer.java index 0c5c6151d3e61..15e6405b1d22f 100644 --- a/core/java/android/os/CountDownTimer.java +++ b/core/java/android/os/CountDownTimer.java @@ -25,7 +25,7 @@ import android.util.Log; * Example of showing a 30 second countdown in a text field: * *

- * new CountdownTimer(30000, 1000) {
+ * new CountDownTimer(30000, 1000) {
  *
  *     public void onTick(long millisUntilFinished) {
  *         mTextField.setText("seconds remaining: " + millisUntilFinished / 1000);
diff --git a/docs/html/guide/topics/resources/drawable-resource.jd b/docs/html/guide/topics/resources/drawable-resource.jd
index ed9f99056bf5a..fdf6c5add1fb0 100644
--- a/docs/html/guide/topics/resources/drawable-resource.jd
+++ b/docs/html/guide/topics/resources/drawable-resource.jd
@@ -1458,7 +1458,7 @@ In XML: @[package:]drawable/filename
         android:gradientRadius="integer"
         android:startColor="color"
         android:type=["linear" | "radial" | "sweep"]
-        android:usesLevel=["true" | "false"] />
+        android:useLevel=["true" | "false"] />
     <padding
         android:left="integer"
         android:top="integer"