You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/12/21 23:41:01 UTC

[7/7] Spelling fixes by jsoref

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.8.1/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.8.1/cordova/file/filewriter/filewriter.md b/docs/jp/1.8.1/cordova/file/filewriter/filewriter.md
index 2673fc0..72d19e2 100644
--- a/docs/jp/1.8.1/cordova/file/filewriter/filewriter.md
+++ b/docs/jp/1.8.1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ FileWriter はファイルへの書き込みを行うオブジェクトです。
 - __position:__ ファイルポインタの現在の位置を表します _(long)_
 - __error:__ エラー情報を表します _(FileError)_
 - __onwritestart:__ 書き込み開始時に呼ばれる関数を表します _(Function)_
-- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progess.loaded/progress.total) _(Function)_ - 現在サポートされていません
+- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progress.loaded/progress.total) _(Function)_ - 現在サポートされていません
 - __onwrite:__ リクエストが成功したときに呼ばれる関数を表します _(Function)_
 - __onabort:__ abort() メソッドを実行したときなど、 書き込みが強制終了したときに呼ばれる関数を表します _(Function)_
 - __onerror:__ 書き込みが失敗したときに呼ばれる関数を表します _(Function)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/jp/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
index 6db6930..d08c190 100644
--- a/docs/jp/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/jp/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ geolocation.getCurrentPosition
 概要
 -----------
 
-`geolocation.getCurrentPositon` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
+`geolocation.getCurrentPosition` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
 
 
 サポートされているプラットフォーム

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.8.1/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.8.1/guide/getting-started/blackberry/index.md b/docs/jp/1.8.1/guide/getting-started/blackberry/index.md
index eb0ac80..568b5e8 100644
--- a/docs/jp/1.8.1/guide/getting-started/blackberry/index.md
+++ b/docs/jp/1.8.1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry スマートフォンシミュレーターは Windows でのみ利用
     - signing keys を受け取ったら、それらをインストールします:
         - [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
         - [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) をインストールします。
+- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) をインストールします。
 - project.properties ファイルをお好きなエディタで開き、以下のプロパティーをカスタマイズします:
     - スマートフォン (オプション)
         - `blackberry.sigtool.password` : signing keys が登録されたときに使われるパスワードを表します。 もし指定されていない場合は、プロンプトにより入力が促されます。

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.9.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.9.0/cordova/file/filewriter/filewriter.md b/docs/jp/1.9.0/cordova/file/filewriter/filewriter.md
index 5e517c3..e0397a3 100644
--- a/docs/jp/1.9.0/cordova/file/filewriter/filewriter.md
+++ b/docs/jp/1.9.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ FileWriter はファイルへの書き込みを行うオブジェクトです。
 - __position:__ ファイルポインタの現在の位置を表します _(long)_
 - __error:__ エラー情報を表します _(FileError)_
 - __onwritestart:__ 書き込み開始時に呼ばれる関数を表します _(Function)_
-- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progess.loaded/progress.total) _(Function)_ - 現在サポートされていません
+- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progress.loaded/progress.total) _(Function)_ - 現在サポートされていません
 - __onwrite:__ リクエストが成功したときに呼ばれる関数を表します _(Function)_
 - __onabort:__ abort() メソッドを実行したときなど、 書き込みが強制終了したときに呼ばれる関数を表します _(Function)_
 - __onerror:__ 書き込みが失敗したときに呼ばれる関数を表します _(Function)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/jp/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 777edc3..34dd201 100644
--- a/docs/jp/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/jp/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ geolocation.getCurrentPosition
 概要
 -----------
 
-`geolocation.getCurrentPositon` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
+`geolocation.getCurrentPosition` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
 
 
 サポートされているプラットフォーム

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/1.9.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.9.0/guide/getting-started/blackberry/index.md b/docs/jp/1.9.0/guide/getting-started/blackberry/index.md
index 008856f..0fa513d 100644
--- a/docs/jp/1.9.0/guide/getting-started/blackberry/index.md
+++ b/docs/jp/1.9.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry スマートフォンシミュレーターは Windows でのみ利用
     - signing keys を受け取ったら、それらをインストールします:
         - [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
         - [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) をインストールします。
+- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) をインストールします。
 - project.properties ファイルをお好きなエディタで開き、以下のプロパティーをカスタマイズします:
     - スマートフォン (オプション)
         - `blackberry.sigtool.password` : signing keys が登録されたときに使われるパスワードを表します。 もし指定されていない場合は、プロンプトにより入力が促されます。

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/2.0.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/cordova/file/filewriter/filewriter.md b/docs/jp/2.0.0/cordova/file/filewriter/filewriter.md
index 47e5423..a1ef57f 100644
--- a/docs/jp/2.0.0/cordova/file/filewriter/filewriter.md
+++ b/docs/jp/2.0.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ FileWriter はファイルへの書き込みを行うオブジェクトです。
 - __position:__ ファイルポインタの現在の位置を表します _(long)_
 - __error:__ エラー情報を表します _(FileError)_
 - __onwritestart:__ 書き込み開始時に呼ばれる関数を表します _(Function)_
-- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progess.loaded/progress.total) _(Function)_ - 現在サポートされていません
+- __onprogress:__ ファイル書き込み中に呼ばれ、進捗状況を報告する関数を表します (progress.loaded/progress.total) _(Function)_ - 現在サポートされていません
 - __onwrite:__ リクエストが成功したときに呼ばれる関数を表します _(Function)_
 - __onabort:__ abort() メソッドを実行したときなど、 書き込みが強制終了したときに呼ばれる関数を表します _(Function)_
 - __onerror:__ 書き込みが失敗したときに呼ばれる関数を表します _(Function)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/jp/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
index e657750..1e9730f 100644
--- a/docs/jp/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/jp/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ geolocation.getCurrentPosition
 概要
 -----------
 
-`geolocation.getCurrentPositon` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
+`geolocation.getCurrentPosition` 関数は非同期関数です。 `geolocationSuccess` コールバック関数に、`Position` オブジェクトをパラメーターとしてデバイスの現在位置を返します。エラーが発生した場合、 `PositionError` オブジェクトとともに `geolocationError` コールバック関数が呼び出されます。
 
 
 サポートされているプラットフォーム

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/2.0.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/getting-started/blackberry/index.md b/docs/jp/2.0.0/guide/getting-started/blackberry/index.md
index 008856f..0fa513d 100644
--- a/docs/jp/2.0.0/guide/getting-started/blackberry/index.md
+++ b/docs/jp/2.0.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry スマートフォンシミュレーターは Windows でのみ利用
     - signing keys を受け取ったら、それらをインストールします:
         - [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
         - [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) をインストールします。
+- サインされたアプリケーションを USB 接続されたスマートフォンデバイスにインストールするために、 [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) をインストールします。
 - project.properties ファイルをお好きなエディタで開き、以下のプロパティーをカスタマイズします:
     - スマートフォン (オプション)
         - `blackberry.sigtool.password` : signing keys が登録されたときに使われるパスワードを表します。 もし指定されていない場合は、プロンプトにより入力が促されます。

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/2.0.0/guide/plugin-development/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/plugin-development/bada/index.md b/docs/jp/2.0.0/guide/plugin-development/bada/index.md
index 2732582..5989f85 100644
--- a/docs/jp/2.0.0/guide/plugin-development/bada/index.md
+++ b/docs/jp/2.0.0/guide/plugin-development/bada/index.md
@@ -26,7 +26,7 @@ Bada の実装はすべて JavaScript の実装です。そのため、カスタ
 
 1. CordovaJS リポジトリーを clone します
 
-        git clone https://git-wip-us.apache.org/repos/asf/incubuator-cordova-js.git
+        git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git
 
 2. __lib/bada/plugin/bada/__ 以下に新しい JavaScript ファイルを作成し、 _HelloWorld.js_ と名前をつけます。以下の内容を追加します:
 
@@ -57,7 +57,7 @@ Bada の実装はすべて JavaScript の実装です。そのため、カスタ
         };
 5. これで、好きなようにユーザー向けの JavaScript を書くことができます。しかし、プラグインを実行するためには、以下のメソッドを呼び出す必要があることを忘れないで下さい
 
-        exec(succes, fail, 'HelloWorld', 'printHello', ['Jackson!']);
+        exec(success, fail, 'HelloWorld', 'printHello', ['Jackson!']);
 
     success はプラグインが正常に終了したときに実行される成功コールバック関数です
     fail はプラグインが正常に終了しなかったときに実行されるエラーコールバック関数です

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
index f579b11..5e0cb00 100644
--- a/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
@@ -59,7 +59,7 @@ Echo 関数:
 ## Echo.java の追加
 
 もし value 属性の構造にお気づきなら、 Echo プラグインへの定義されたパスが見えるでしょう。
-Cordova BlackBerry Webworks のリポジトリーのルートフォルダーで、 framework と呼ばれるフォルダーを探してください。
+Cordova BlackBerry WebWorks のリポジトリーのルートフォルダーで、 framework と呼ばれるフォルダーを探してください。
 このフォルダーは BlackBerry 上で動くすべてのソースコードを含んでいます。
 このフォルダー以下の `framework/ext/src/org/apache/cordova` にフォルダーに辿りつくまで cd し続けます。
 この時すべてのプラグインフォルダーが見えるでしょう。また、それぞれのフォルダーの中身はプラグインのソースコードとなっています。
@@ -127,7 +127,7 @@ cordova.exec へのすべての呼び出しは、クラス内で実行したい
 
 ## www フォルダーの .jar の更新
 
-あなたのプロジェクト内で Echo.java の追加分が更新される必要があります。 .jar ファイルをビルドするためには、 BlackBerry Webworks リポジトリーのルートディレクトリに cd します。
+あなたのプロジェクト内で Echo.java の追加分が更新される必要があります。 .jar ファイルをビルドするためには、 BlackBerry WebWorks リポジトリーのルートディレクトリに cd します。
 次の ant コマンドを使用します:
 
     ant update -Dproject.path="~/path_to_my_project"

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/contacts/Contact/contact.md b/docs/kr/2.0.0/cordova/contacts/Contact/contact.md
index 8e4a17a..8638bd5 100644
--- a/docs/kr/2.0.0/cordova/contacts/Contact/contact.md
+++ b/docs/kr/2.0.0/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
 - __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/device/device.uuid.md b/docs/kr/2.0.0/cordova/device/device.uuid.md
index 6ea7e3e..9cb58f0 100644
--- a/docs/kr/2.0.0/cordova/device/device.uuid.md
+++ b/docs/kr/2.0.0/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
 Windows Phone 7 Quirks
 -------------
 
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE.  Microsoft will likely be deprecating this property in the near future.  If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE.  Microsoft will likely be deprecating this property in the near future.  If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/events/events.menubutton.md b/docs/kr/2.0.0/cordova/events/events.menubutton.md
index 717855c..80bc01e 100644
--- a/docs/kr/2.0.0/cordova/events/events.menubutton.md
+++ b/docs/kr/2.0.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
 Details
 -------
 
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
 Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/file/filereader/filereader.md b/docs/kr/2.0.0/cordova/file/filereader/filereader.md
index 2e9a8f1..1439daa 100644
--- a/docs/kr/2.0.0/cordova/file/filereader/filereader.md
+++ b/docs/kr/2.0.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
 Details
 -------
 
-The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/file/filewriter/filewriter.md b/docs/kr/2.0.0/cordova/file/filewriter/filewriter.md
index edd8707..a0fdf9f 100644
--- a/docs/kr/2.0.0/cordova/file/filewriter/filewriter.md
+++ b/docs/kr/2.0.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
 - __position:__ The current position of the file pointer. _(long)_
 - __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
 - __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
 - __onerror:__ Called when the write has failed. _(Function)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/kr/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 17b237e..29c1b78 100644
--- a/docs/kr/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/kr/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
 Description
 -----------
 
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/notification/notification.alert.md b/docs/kr/2.0.0/cordova/notification/notification.alert.md
index 3c8da7e..4e62b59 100644
--- a/docs/kr/2.0.0/cordova/notification/notification.alert.md
+++ b/docs/kr/2.0.0/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
 
 - Ignores button names, always uses 'OK'
 - There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
 
 Bada 2.x Quirks
 ---------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/notification/notification.confirm.md b/docs/kr/2.0.0/cordova/notification/notification.confirm.md
index 259ff87..9742395 100755
--- a/docs/kr/2.0.0/cordova/notification/notification.confirm.md
+++ b/docs/kr/2.0.0/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
 - Ignores button names, always `'OK|Cancel'`.
 - There is no built-in browser function for `window.confirm`
     - You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
 
 Bada 2.x Quirks
 ---------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/kr/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index f8c9108..945bbec 100644
--- a/docs/kr/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/kr/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
 Details
 -------
 
-The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifing an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/getting-started/bada/index.md b/docs/kr/2.0.0/guide/getting-started/bada/index.md
index aa68e52..d02291d 100644
--- a/docs/kr/2.0.0/guide/getting-started/bada/index.md
+++ b/docs/kr/2.0.0/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
 -------------------------
 
 - Download and install the [Bada SDK](http://developer.bada.com) (Windows only). 
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
 
 
 3. Setup New Project

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/getting-started/blackberry/index.md b/docs/kr/2.0.0/guide/getting-started/blackberry/index.md
index 178cba1..0a23911 100644
--- a/docs/kr/2.0.0/guide/getting-started/blackberry/index.md
+++ b/docs/kr/2.0.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
     - Install the signing keys once they have been received:
         - [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
         - [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
 - Open the project.properties file with your favorite editor and customize the following properties:
     - Smartphone (Optional)
         - `blackberry.sigtool.password` : Password used when code signing keys were registered.  If not specified, a prompt will occur.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/getting-started/symbian/index.md b/docs/kr/2.0.0/guide/getting-started/symbian/index.md
index 26ff6e4..d73ad92 100644
--- a/docs/kr/2.0.0/guide/getting-started/symbian/index.md
+++ b/docs/kr/2.0.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 -------------------------
 
 - Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
 
 
 3. Setup New Project

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/android/index.md b/docs/kr/2.0.0/guide/plugin-development/android/index.md
index c573d6d..f2967e5 100644
--- a/docs/kr/2.0.0/guide/plugin-development/android/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/android/index.md
@@ -29,7 +29,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
 
     exec(<successFunction>, <failFunction>, <service>, <action>, [<args>]);
 
-This will marshall a request from the WebView to the Android native
+This will marshal a request from the WebView to the Android native
 side, more or less boiling down to calling the `action` method on the
 `service` class, with the arguments passed in the `args` Array.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/plugin-development/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/bada/index.md b/docs/kr/2.0.0/guide/plugin-development/bada/index.md
index 258bb23..542d344 100644
--- a/docs/kr/2.0.0/guide/plugin-development/bada/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/bada/index.md
@@ -26,7 +26,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
 
 1. Clone the CordovaJS repository
 
-        git clone https://git-wip-us.apache.org/repos/asf/incubuator-cordova-js.git
+        git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git
 
 2. Create a new javascript file under __lib/bada/plugin/bada/__ and name it _HelloWorld.js_. Add the following content:
 
@@ -57,7 +57,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
         };
 5. Now you can write your user-facing javascript however you like but remember that in order for your plugin to execute you need to call the following method
 
-        exec(succes, fail, 'HelloWorld', 'printHello', ['Jackson!']);
+        exec(success, fail, 'HelloWorld', 'printHello', ['Jackson!']);
 
     success is the success callback that gets executed when the plugin succeeds
     fail is the failure callback that gets executed if the plugin fails

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
index 69c3730..f6b30fd 100644
--- a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
@@ -26,7 +26,7 @@ In this article, we will explore how to develop the Echo plugin on BlackBerry. I
 top level article about the JavaScript part of the plugin, it would be best if you read that first
 and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
-To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
+To note, the Cordova-BlackBerry project allows you to deploy to BlackBerry devices like the
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to
 normal BlackBerry hand held devices (ie, Torch and Bold) and the Playbook. The code base between
 the two are separate so when you develop for one, you have to duplicate your efforts for the other!
@@ -59,7 +59,7 @@ Cordova will know how to map the "Echo" argument of `cordova.exec` to the Echo c
 ## Adding Echo.java
 
 If you notice the structure of the value attribute, you'll see a defined path that leads to the Echo
-plugin. In the root folder of the Cordova BlackBerry Webworks repo, look for a folder called framework.
+plugin. In the root folder of the Cordova BlackBerry WebWorks repo, look for a folder called framework.
 This folder contains all of the source code that runs natively on the BlackBerry. cd into the folder 
 structure until you reach the path: `framework/ext/src/org/apache/cordova`. At this point, you'll see
 all of the plugin folders and inside each folder is the plugins' source code. So, we will add
@@ -128,7 +128,7 @@ callback in JavaScript.
 ## Updating the .jar in your project's www folder
 
 The addition of the Echo.java needs to be updated in your project so to build the .jar file, cd
-to the root directory of the BlackBerry Webworks repo. Use the ant command:
+to the root directory of the BlackBerry WebWorks repo. Use the ant command:
 
     ant update -Dproject.path="~/path_to_my_project"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/ios/index.md b/docs/kr/2.0.0/guide/plugin-development/ios/index.md
index 18739b8..a3b66a9 100644
--- a/docs/kr/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/ios/index.md
@@ -29,7 +29,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
 
     exec(<successFunction>, <failFunction>, <service>, <action>, [<args>]);
 
-This will marshall a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array. 
+This will marshal a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array. 
 
 The `options` parameter for the Objective-C plugin method is being deprecated, and it should not be used. For legacy reasons - the last JavaScript object passed in the `args` Array will be passed in as the `options` dictionary of the method in Objective-C. You must make sure that any JavaScript object that is passed in as an element in the `args` array occurs as the last item in the Array, if not it will throw off the array index of all subsequent parameters of the Array in Objective-C. Only one JavaScript object is supported for the options dictionary, and only the last one encountered will be passed to the native method. It is because of these error-prone reasons that they are being deprecated.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/docs/kr/2.0.0/guide/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/whitelist/index.md b/docs/kr/2.0.0/guide/whitelist/index.md
index 2ce8b3c..828b0de 100644
--- a/docs/kr/2.0.0/guide/whitelist/index.md
+++ b/docs/kr/2.0.0/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
 Overview
 --------
 
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
 
 Specification
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ac6c1ab6/lib/cordova/table_of_contents.rb
----------------------------------------------------------------------
diff --git a/lib/cordova/table_of_contents.rb b/lib/cordova/table_of_contents.rb
index 311b781..0f7b7f0 100644
--- a/lib/cordova/table_of_contents.rb
+++ b/lib/cordova/table_of_contents.rb
@@ -56,7 +56,7 @@ class TableOfContents
       end
     end
     
-    # Return if one or less elments found (useless selection box)
+    # Return if one or less elements found (useless selection box)
     #
     return nil if option_set.length <= 1