Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a593fa94 authored by Scott Kennedy's avatar Scott Kennedy
Browse files

Fix a small typo in a variable name

Change-Id: If431236bf6885b3b0ef2c967869320538222ee33
parent e1970f12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {