summaryrefslogtreecommitdiff
path: root/core/java/android/app/Fragment.java
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-09-12 16:53:17 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-09-12 16:53:17 -0700
commit2f761760459fe27c8e9f96569bb7f28fc5b58bab (patch)
treefb5f70958707bdbcda954196edd0d0d6a7c3564a /core/java/android/app/Fragment.java
parent2a5a53709ee40d4e400ef78adc695a1a9ae874e2 (diff)
Fix typo.
onnSaveInstanceState -> onSaveInstanceState Change-Id: I34981dd10fce4eaad6e1f6bba3d569e1e35e3c2a
Diffstat (limited to 'core/java/android/app/Fragment.java')
-rw-r--r--core/java/android/app/Fragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java
index 16d105a860cc..909e81fbd1d3 100644
--- a/core/java/android/app/Fragment.java
+++ b/core/java/android/app/Fragment.java
@@ -858,7 +858,7 @@ public class Fragment implements ComponentCallbacks, OnCreateContextMenuListener
* {@link #onActivityCreated(Bundle)}.
*
* <p>This corresponds to {@link Activity#onSaveInstanceState(Bundle)
- * Activity.onnSaveInstanceState(Bundle)} and most of the discussion there
+ * Activity.onSaveInstanceState(Bundle)} and most of the discussion there
* applies here as well. Note however: <em>this method may be called
* at any time before {@link #onDestroy()}</em>. There are many situations
* where a fragment may be mostly torn down (such as when placed on the