From 47b77ceea3cb9d55f9e95bbff661acd2ce077e2e Mon Sep 17 00:00:00 2001 From: Dmitry Kunin Date: Fri, 5 Jul 2013 17:10:03 +0300 Subject: Spelling fixes --- api/android/README.html | 6 +++--- api/android/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/android/README.html b/api/android/README.html index 1239f5630a..497578e3b6 100644 --- a/api/android/README.html +++ b/api/android/README.html @@ -8,10 +8,10 @@ provides interface for client application to perform next tasks:

-

Thus, you can provide two way communication between your appication and MapsWithMe, +

Thus, you can provide two way communication between your application and MapsWithMe, using MapsWithMe to show points of interest (POI) and providing more information in your app.

Please refer to sample application for demo.

@@ -80,7 +80,7 @@ You don't need any additional permissions in your AndroidManifest.xml to use

We support PendingIntent interaction (just like Android native NotificationManager does). You should specify ID for each point to -diftiguish it leter, and PentingIntent that MapsWithMe will send back to +distinguish it later, and PentingIntent that MapsWithMe will send back to your application when user press "More Info" button :

// Here is how to pass points with ID ant PendingIntent
diff --git a/api/android/README.md b/api/android/README.md
index b429f74216..5bd9f60a38 100644
--- a/api/android/README.md
+++ b/api/android/README.md
@@ -6,9 +6,9 @@ provides interface for client application to perform next tasks:
 
 * Show one or more points on offline map of [MapsWithMe Application][linkMwm]
 * Come back to the client application after selecting specific point on the map, by sending [PendingIntent][linkPIntent] with point data when user asks for more information by pressing "More Info" button in MapsWithMe Application
-* Map screen brending : your application's icon and name (or custom title) will be placed at the top.
+* Map screen branding : your application's icon and name (or custom title) will be placed at the top.
 
-Thus, you can provide **two way communication between your appication and MapsWithMe**,
+Thus, you can provide **two way communication between your application and MapsWithMe**,
 using MapsWithMe to show points of interest (POI) and providing more information in your app.
 
 Please refer to [sample application][linkSampleSource] for demo.
@@ -72,7 +72,7 @@ For multiple points use [MWMPoint][linkPointClass] class:
 
 We support PendingIntent interaction (just like Android native
 NotificationManager does). You should specify ID for each point to
-diftiguish it leter, and PentingIntent that MapsWithMe will send back to
+distinguish it later, and PentingIntent that MapsWithMe will send back to
 your application when user press "More Info" button :
 
     // Here is how to pass points with ID ant PendingIntent
-- 
cgit v1.2.3