summaryrefslogtreecommitdiff
path: root/core/java/android/app/DialogFragment.java
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-07-03 16:25:52 -0700
committerScott Main <smain@google.com>2012-07-03 18:08:19 -0700
commitfd516987de29a48425da5ee5aace5be40adcc674 (patch)
treef657051084f11212b224dde22637d1e4d1ac0477 /core/java/android/app/DialogFragment.java
parent099fd80f984b8493de58bdda8ea05563261b0af2 (diff)
docs: misc bugs from external tracker
Change-Id: I02d0d82c220401ac3a1ca180e8331a0f6dcd9e50
Diffstat (limited to 'core/java/android/app/DialogFragment.java')
-rw-r--r--core/java/android/app/DialogFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/DialogFragment.java b/core/java/android/app/DialogFragment.java
index 892157895bc1..bde5a61f9687 100644
--- a/core/java/android/app/DialogFragment.java
+++ b/core/java/android/app/DialogFragment.java
@@ -60,7 +60,7 @@ import java.io.PrintWriter;
*
* <p>DialogFragment needs to ensure that what is happening with the Fragment
* and Dialog states remains consistent. To do this, it watches for dismiss
- * events from the dialog and takes are of removing its own state when they
+ * events from the dialog and takes care of removing its own state when they
* happen. This means you should use {@link #show(FragmentManager, String)}
* or {@link #show(FragmentTransaction, String)} to add an instance of
* DialogFragment to your UI, as these keep track of how DialogFragment should