Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-961 b5c48e8d0 -> b1e557c1f


#ignite-961: small fixes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b1e557c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b1e557c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b1e557c1

Branch: refs/heads/ignite-961
Commit: b1e557c1fc90fafa388d7789b436c0b6145703ce
Parents: b5c48e8
Author: ivasilinets <ivasilin...@gridgain.com>
Authored: Mon Jul 13 09:55:31 2015 +0300
Committer: ivasilinets <ivasilin...@gridgain.com>
Committed: Mon Jul 13 09:55:31 2015 +0300

----------------------------------------------------------------------
 examples/src/main/js/map-reduce-example.js | 2 +-
 modules/nodejs/src/main/js/ignition.js     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b1e557c1/examples/src/main/js/map-reduce-example.js
----------------------------------------------------------------------
diff --git a/examples/src/main/js/map-reduce-example.js 
b/examples/src/main/js/map-reduce-example.js
index 7d762ab..db2da87 100644
--- a/examples/src/main/js/map-reduce-example.js
+++ b/examples/src/main/js/map-reduce-example.js
@@ -54,7 +54,7 @@ function main() {
                     return word.length;
                 };
 
-                //Add job to node with arguments.
+                //Add job with arguments to the node.
                 emit(job, words[i], nodes[i %  nodes.length]);
             }
         }

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b1e557c1/modules/nodejs/src/main/js/ignition.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/main/js/ignition.js 
b/modules/nodejs/src/main/js/ignition.js
index e1ecc6c..049eb4b 100644
--- a/modules/nodejs/src/main/js/ignition.js
+++ b/modules/nodejs/src/main/js/ignition.js
@@ -32,7 +32,7 @@ function Ignition() {
  */
 
 /**
- * Open connection with server node
+ * Open connection with ignite node
  *
  * @param {string[]} address List of nodes hosts with ports
  * @param {string} secretKey Secret key.

Reply via email to