From fd516987de29a48425da5ee5aace5be40adcc674 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 3 Jul 2012 16:25:52 -0700 Subject: docs: misc bugs from external tracker Change-Id: I02d0d82c220401ac3a1ca180e8331a0f6dcd9e50 --- core/java/android/app/DialogFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/app/DialogFragment.java') 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; * *

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 -- cgit v1.2.3