summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-11-04 18:06:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-04 18:06:32 +0000
commitcf57296da6a22bff03eefda7b704787769ad4d37 (patch)
treec662669f3a0b573c1a56b31f61cef5a57167bd7c
parentaf002b352ade0d7f9eeff15221f487c3912ebb34 (diff)
parentd78ce50372ec473b6a895d053f9ffc2956e933ef (diff)
downloadframeworks_base-cf57296da6a22bff03eefda7b704787769ad4d37.zip
frameworks_base-cf57296da6a22bff03eefda7b704787769ad4d37.tar.gz
frameworks_base-cf57296da6a22bff03eefda7b704787769ad4d37.tar.bz2
am d78ce503: Merge "Fix a small typo in a variable name" into lmp-docs
* commit 'd78ce50372ec473b6a895d053f9ffc2956e933ef': Fix a small typo in a variable name
-rw-r--r--docs/html/training/wearables/data-layer/accessing.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/data-layer/accessing.jd b/docs/html/training/wearables/data-layer/accessing.jd
index 896a698..36e3daa 100644
--- a/docs/html/training/wearables/data-layer/accessing.jd
+++ b/docs/html/training/wearables/data-layer/accessing.jd
@@ -37,7 +37,7 @@ for more information about creating a <a href="{@docRoot}reference/com/google/an
implementing its callbacks, and handling error cases.</p>
<pre style="clear:right">
-GoogleApiClient mGoogleAppiClient = new GoogleApiClient.Builder(this)
+GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(new ConnectionCallbacks() {
&#64;Override
public void onConnected(Bundle connectionHint) {
@@ -64,4 +64,4 @@ GoogleApiClient mGoogleAppiClient = new GoogleApiClient.Builder(this)
method, as described in
<a href="{@docRoot}google/auth/api-client.html#Starting">Accessing Google Play services APIs</a>.
When the system invokes the <code>onConnected()</code> callback for your client, you're ready
-to use the data layer API.</p> \ No newline at end of file
+to use the data layer API.</p>