diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-07-28 14:02:01 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-07-28 14:02:01 -0700 |
commit | d9065a5cc0da6a17c915374d7fc7c9c5e4a63f9e (patch) | |
tree | 57d2e4a193d2190377a76764990168eae2bdb07a /docs/html | |
parent | 446322323cefa7ab8aec33ade7fe4083ec76d67c (diff) | |
download | frameworks_base-d9065a5cc0da6a17c915374d7fc7c9c5e4a63f9e.zip frameworks_base-d9065a5cc0da6a17c915374d7fc7c9c5e4a63f9e.tar.gz frameworks_base-d9065a5cc0da6a17c915374d7fc7c9c5e4a63f9e.tar.bz2 |
Doc change: fix typo.
Change-Id: I2f955a0c20ccf9012d910b07b351c627263b7aa0
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/google/play-services/auth.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play-services/auth.jd b/docs/html/google/play-services/auth.jd index 3ccc81a..7acaf1c 100644 --- a/docs/html/google/play-services/auth.jd +++ b/docs/html/google/play-services/auth.jd @@ -23,7 +23,7 @@ page.tags="AccountManager","oauth2" </p> <p>For implementation details, see the sample in <code><android-sdk>/extras/google-play-services/samples/auth</code>, -which shows you how to carry out these basic steps for obtaining an acesss token.</p> +which shows you how to carry out these basic steps for obtaining an access token.</p> <h2 id="choose">Choosing an Account</h2> <p> |