You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2016/12/28 17:34:37 UTC

geode git commit: GEODE-2251: Improve Statistics Interface/Implementation graphics (followup - format tweak)

Repository: geode
Updated Branches:
  refs/heads/develop 2c5f203f4 -> 328c56e9f


GEODE-2251: Improve Statistics Interface/Implementation graphics (followup - format tweak)


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

Branch: refs/heads/develop
Commit: 328c56e9fb161c7080c8b630a4aab62e3d5a9089
Parents: 2c5f203
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Dec 28 09:34:36 2016 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Dec 28 09:34:36 2016 -0800

----------------------------------------------------------------------
 .../statistics/application_defined_statistics.html.md.erb        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/328c56e9/geode-docs/managing/statistics/application_defined_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/statistics/application_defined_statistics.html.md.erb b/geode-docs/managing/statistics/application_defined_statistics.html.md.erb
index 34461da..72e0876 100644
--- a/geode-docs/managing/statistics/application_defined_statistics.html.md.erb
+++ b/geode-docs/managing/statistics/application_defined_statistics.html.md.erb
@@ -48,7 +48,7 @@ statistics interfaces and show the implementation of this use case.
 
 *The Statistics Interfaces*
 
-Each `StatisticDescriptor` contains one piece of statistical information. `StatisticalDesriptor`s
+Each `StatisticDescriptor` contains one piece of statistical information. `StatisticalDesriptor` objects
 are collected into a `StatisticsType`. The `StatisticsType` is instantiated to create a `Statistics`
 object.
 
@@ -56,7 +56,7 @@ object.
 
 *Statistics Implementation*
 
-The `StatisticDescriptor`s shown here hold three pieces of statistical information about client
+The `StatisticDescriptor` objects shown here hold three pieces of statistical information about client
 session state. These are collected into a `SessionStateStats StatisticsType`. With this type, the
 server creates a `Statistics` object for each client that connects.