am d05a0743: am a347ece5: Merge "Fix typo in comment of FragmentTransaction"

* commit 'd05a0743484da59d341792749a3cf35f18a7e11c':
  Fix typo in comment of FragmentTransaction
This commit is contained in:
Nick Kralevich
2014-07-05 17:17:40 +00:00
committed by Android Git Automerger

View File

@@ -106,7 +106,7 @@ public abstract class FragmentTransaction {
public abstract FragmentTransaction detach(Fragment fragment);
/**
* Re-attach a fragment after it had previously been deatched from
* Re-attach a fragment after it had previously been detached from
* the UI with {@link #detach(Fragment)}. This
* causes its view hierarchy to be re-created, attached to the UI,
* and displayed.