Repository: ignite Updated Branches: refs/heads/master d4da92b7a -> b43dd2bbf
IGNITE-4884 Fixed typo. - Fixes #1698. Signed-off-by: Alexey Kuznetsov <[email protected]> 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/master Commit: b43dd2bbf366528a311ff0a10236adbd9adaf64c Parents: d4da92b Author: Vyacheslav Daradur <[email protected]> Authored: Fri Mar 31 20:50:15 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> 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.
