Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDmitry Kunin <dkunin@mapswith.me>2013-07-05 18:10:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:15 +0300
commit47b77ceea3cb9d55f9e95bbff661acd2ce077e2e (patch)
treee736b5493df955aaa465d079a6218aeca8a27689 /api
parente4f09395ff39baa498f7bd3f1f33bad6a0f8be76 (diff)
Spelling fixes
Diffstat (limited to 'api')
-rw-r--r--api/android/README.html6
-rw-r--r--api/android/README.md6
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:</p>
<ul>
<li>Show one or more points on offline map of <a href="http://mapswith.me/" title="MapsWithMe">MapsWithMe Application</a></li>
<li>Come back to the client application after selecting specific point on the map, by sending <a href="http://developer.android.com/reference/android/app/PendingIntent.html" title="PendingIntent">PendingIntent</a> with point data when user asks for more information by pressing &quot;More Info&quot; button in MapsWithMe Application</li>
-<li>Map screen brending : your application&#39;s icon and name (or custom title) will be placed at the top.</li>
+<li>Map screen branding : your application&#39;s icon and name (or custom title) will be placed at the top.</li>
</ul>
-<p>Thus, you can provide <strong>two way communication between your appication and MapsWithMe</strong>,
+<p>Thus, you can provide <strong>two way communication between your application and MapsWithMe</strong>,
using MapsWithMe to show points of interest (POI) and providing more information in your app.</p>
<p>Please refer to <a href="sample-app-capitals" title="Api Source Code">sample application</a> for demo.</p>
@@ -80,7 +80,7 @@ You don&#39;t need any additional permissions in your AndroidManifest.xml to use
<p>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 &quot;More Info&quot; button :</p>
<pre><code>// 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