diff --git a/docs/html/guide/appendix/app-intents.jd b/docs/html/guide/appendix/app-intents.jd index 102183bcae046..110196c33ab00 100644 --- a/docs/html/guide/appendix/app-intents.jd +++ b/docs/html/guide/appendix/app-intents.jd @@ -97,7 +97,7 @@ page.title=Reference of Available Intents the fisheye lens effect that would be present if a 90 degree horizontal FOV was used in portrait mode. mapZoomThe map zoom of the map location associated with this panorama. This value is passed on to the - Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the z paramaeter in + Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the z parameter in the geo: intent. diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd index e88a8672e98a8..c4fc52a5eefda 100644 --- a/docs/html/guide/appendix/faq/commontasks.jd +++ b/docs/html/guide/appendix/faq/commontasks.jd @@ -328,7 +328,7 @@ loopback interface.

The listening classes, called broadcast receivers, extend {@link android.content.BroadcastReceiver BroadcastReceiver}. If you want Android to instantiate the object whenever an appropriate intent notification is sent, define the receiver with a <receiver> element - in the AndroidManifext.xml file. If the caller is expected to instantiate the + in the AndroidManifest.xml file. If the caller is expected to instantiate the object in preparation to receive a message, this is not required. The receiver will get a call to their {@link android.content.BroadcastReceiver#onReceive(android.content.Context,android.content.Intent) BroadcastReceiver.onReceive()} method. A receiver can define an <intent-filter> tag @@ -468,7 +468,7 @@ user receiving new e-mail.

}; -private void IncomingMotherInlawCall(Connection c) { +private void IncomingMotherInLawCall(Connection c) { String Text; // "Answer" callback. @@ -486,7 +486,7 @@ private void IncomingMotherInlawCall(Connection c) { new AlertDialog.Builder(this) .setMessage("Phyllis is calling") .setPositiveButton("Answer", acceptMsg) - .setOnCanceListener(new OnCancelListener() { + .setOnCancelListener(new OnCancelListener() { public void onCancel(DialogInterface dialog) { rejectMsg.sendToTarget(); }}); diff --git a/docs/html/guide/appendix/g-app-intents.jd b/docs/html/guide/appendix/g-app-intents.jd index d4f97c8ee1611..284685974c450 100644 --- a/docs/html/guide/appendix/g-app-intents.jd +++ b/docs/html/guide/appendix/g-app-intents.jd @@ -103,7 +103,7 @@ narrower than in landscape mode. This is done to minimize the fisheye lens effect that would be present if a 90 degree horizontal FOV was used in portrait mode. mapZoomThe map zoom of the map location associated with this panorama. This value is passed on to the - Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the z paramaeter in + Maps activity when the Street View "Go to Maps" menu item is chosen. It corresponds to the z parameter in the geo: intent. diff --git a/docs/html/guide/appendix/glossary.jd b/docs/html/guide/appendix/glossary.jd index ef81631db74b9..97669ba2b679c 100644 --- a/docs/html/guide/appendix/glossary.jd +++ b/docs/html/guide/appendix/glossary.jd @@ -167,7 +167,7 @@ page.title=Glossary
An XML file that each application must define, to describe the application's package name, version, components (activities, intent filters, services), imported libraries, and describes the various - activies, and so on. See The AndroidManifest.xml File for complete information.
diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd index a5cf7358500cf..811e61445162e 100644 --- a/docs/html/guide/developing/eclipse-adt.jd +++ b/docs/html/guide/developing/eclipse-adt.jd @@ -27,7 +27,7 @@ applications:

-

There are some other methods that you should be awere of, which are not part of the View class, +

There are some other methods that you should be aware of, which are not part of the View class, but can directly impact the way you're able to handle events. So, when managing more complex events inside a layout, consider these other methods:

diff --git a/docs/html/sdk/1.5_r3/upgrading.jd b/docs/html/sdk/1.5_r3/upgrading.jd index c79b65682a07f..50a8fec2d8d5d 100644 --- a/docs/html/sdk/1.5_r3/upgrading.jd +++ b/docs/html/sdk/1.5_r3/upgrading.jd @@ -174,7 +174,7 @@ uninstall procedure and continue to Install the 0.9 ADT pl
  1. Select Help > Software Updates.
  2. Select the Available Software tab.
  3. -
  4. Expand the entry for the Andriod plugin (may be listed as the location URL) +
  5. Expand the entry for the Android plugin (may be listed as the location URL) and select "Developer Tools" by checking the box next to it, then click Install.
  6. On the next window, "Android DDMS" and "Android Development Tools" @@ -272,7 +272,7 @@ first target ("1"), which uses the Android 1.1 platform library.

    your AIDL Java files will be generated in here. You must remove the old R.java and old auto-generated AIDL java files from the src/ folder. (This -does not apply to your own hand-crafted parcelabe AIDL java files.)

    +does not apply to your own hand-crafted parcelable AIDL java files.)

    Note: The "activitycreator" tool has been replaced by the new "android" tool. For information on creating new projects with the android tool, @@ -368,7 +368,7 @@ if it performs any of the following:

    listens for special keypress events that only occur on a keypad, then your application should degrade gracefully when there is no keyboard available.
  7. -
  8. Performs its own layout orientation changes based on the acceletometer (or via other +
  9. Performs its own layout orientation changes based on the accelerometer (or via other sensors). Some devices running Android 1.5 will automatically rotate the orientation (and all devices have the option to turn on auto-rotation), so if your application also attempts to rotate the orientation, it can result in strange behavior. In addition, if your diff --git a/docs/html/sdk/RELEASENOTES.jd b/docs/html/sdk/RELEASENOTES.jd index 03eeb4bb8ddbe..0fa2d2b58d31b 100644 --- a/docs/html/sdk/RELEASENOTES.jd +++ b/docs/html/sdk/RELEASENOTES.jd @@ -96,7 +96,7 @@ changes include:

    • Multiple versions of the Android platform are included (Android 1.1, Android 1.5). The tools are updated to let you deploy your application -on any platform in the SDK, which helps you ensure forward-compitility and, +on any platform in the SDK, which helps you ensure forward-compatibility and, if applicable, backward-compatibility.
    • Introduces Android Virtual Devices — (AVD) configurations of options that you @@ -107,7 +107,7 @@ that are running concurrently.
    • Android SDK to give you access to one or more external Android libraries and/or a customized (but compliant) system image that can run in the emulator.
    • The new Eclipse ADT plugin (version 0.9.x) offers new Wizards to let you -create projects targetted for specific Android configurations, generate XML +create projects targeted for specific Android configurations, generate XML resources (such as layouts, animations, and menus), generate alternate layouts, and export and sign your application for publishing.
    • Improved JUnit support in ADT
    • @@ -442,9 +442,9 @@ SDK.

      Other Notes

      -

      T-Mobile G1 Compatability

      +

      T-Mobile G1 Compatibility

      -

      This version of the SDK has been tested for compatability with the first +

      This version of the SDK has been tested for compatibility with the first Android-powered mobile device, the T-Mobile G1.

      diff --git a/docs/html/sdk/android-1.5.jd b/docs/html/sdk/android-1.5.jd index 748f3ee4e44b0..ac4890080cfda 100644 --- a/docs/html/sdk/android-1.5.jd +++ b/docs/html/sdk/android-1.5.jd @@ -108,7 +108,7 @@ new APIs introduced since Android 1.0, you can remove the attribute or set it to "1". However, before publishing your application, you must make sure to compile your application against the Android library that corresponds to the application's -android:minSdkVeresion value.

      +android:minSdkVersion value.

      Built-in Applications

      diff --git a/docs/html/sdk/ndk/1.5_r1/index.jd b/docs/html/sdk/ndk/1.5_r1/index.jd index 7ccbbcd4f5ba5..16d543d2efb76 100644 --- a/docs/html/sdk/ndk/1.5_r1/index.jd +++ b/docs/html/sdk/ndk/1.5_r1/index.jd @@ -146,7 +146,7 @@ Applications.

      The sections below describe the system and software requirements for using the Android NDK, as well as platform compatibility considerations that affect -appplications using libraries produced with the NDK.

      +applications using libraries produced with the NDK.

      The Android SDK

        diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd index c9c88cfa3d028..34e7005864348 100644 --- a/docs/html/videos/index.jd +++ b/docs/html/videos/index.jd @@ -98,7 +98,7 @@ function renderPlaylist(data) { // Check whether this playlist includes the video title inside the description meta-data, so we can remove it if (playlistsWithTitleInDescription.indexOf(playlistId) != -1) { var lines = fullDescription.split("\n"); - // If the first line includes the first 17 chars from the title, let's use the title from the desciption instead (because it's a more complete title) + // If the first line includes the first 17 chars from the title, let's use the title from the description instead (because it's a more complete title) // This accounts for, literally, "Google I/O 2009 -", which is (so far) the min AND max for properly identifying a title in the only playlist with titles in the description if (lines[0].indexOf(title.slice(0,16)) != -1) { h3Title = "

        " + lines[0] + "

        "; @@ -332,7 +332,7 @@ function clickDefaultVideo() { - \ No newline at end of file +