You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/08 15:57:28 UTC

[50/50] incubator-ignite git commit: # ignite-1056: typo

# ignite-1056: typo


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

Branch: refs/heads/ignite-1056
Commit: 29f0f1419644e552190ca5b06e3a296047d7a236
Parents: 89804fd
Author: ashutak <as...@gridgain.com>
Authored: Wed Jul 8 16:56:13 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Wed Jul 8 16:56:13 2015 +0300

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/internal/IgniteKernal.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/29f0f141/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java b/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
index e19b6a2..7688890 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
@@ -707,7 +707,7 @@ public class IgniteKernal implements IgniteEx, IgniteMXBean, Externalizable {
                             // Just wait for 10 secs.
                             Thread.sleep(PERIODIC_VER_CHECK_CONN_TIMEOUT);
 
-                            // Wait an additional minut for slow connectiviti.
+                            // Wait an additional minute for slow connectiviti.
                             if (verChecker.latestVersion() == null)
                                 Thread.sleep(ADDITIONAL_PERIODIC_VER_CHECK_CONN_TIMEOUT);