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 2017/04/06 13:31:25 UTC

[18/50] [abbrv] ignite git commit: IGNITE-4884 Fixed typo. - Fixes #1698.

IGNITE-4884 Fixed typo. - Fixes #1698.

Signed-off-by: Alexey Kuznetsov <ak...@gridgain.com>


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

Branch: refs/heads/ignite-2893
Commit: b43dd2bbf366528a311ff0a10236adbd9adaf64c
Parents: d4da92b
Author: Vyacheslav Daradur <da...@gmail.com>
Authored: Fri Mar 31 20:50:15 2017 +0700
Committer: Alexey Kuznetsov <ak...@gridgain.com>
Committed: Fri Mar 31 20:50:15 2017 +0700

----------------------------------------------------------------------
 .../org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b43dd2bb/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala
----------------------------------------------------------------------
diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala
index 19b04f2..2a83c4a 100755
--- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala
+++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala
@@ -456,7 +456,7 @@ class VisorCacheCommand {
                     // Print footnote.
                     println("'Hi' - Number of cache hits.")
                     println("'Mi' - Number of cache misses.")
-                    println("'Rd' - number of cache reads.")
+                    println("'Rd' - Number of cache reads.")
                     println("'Wr' - Number of cache writes.")
 
                     // Print metrics.