Repository: geode-examples
Updated Branches:
  refs/heads/feature/GEODE-2231 34f63c68b -> 0ed1575f6


GEODE-2231 Fix a typo in the partitioning example README


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

Branch: refs/heads/feature/GEODE-2231
Commit: 0ed1575f687f052230ba63da55cc1caab381298c
Parents: 34f63c6
Author: Karen Miller <kmil...@pivotal.io>
Authored: Wed Feb 22 16:52:27 2017 -0800
Committer: Karen Miller <kmil...@pivotal.io>
Committed: Wed Feb 22 16:52:27 2017 -0800

----------------------------------------------------------------------
 partitioned/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-examples/blob/0ed1575f/partitioned/README.md
----------------------------------------------------------------------
diff --git a/partitioned/README.md b/partitioned/README.md
index 21e3cae..c960fe0 100644
--- a/partitioned/README.md
+++ b/partitioned/README.md
@@ -194,7 +194,7 @@ of this example).
 current working directory.
 Each step in this example specifies paths relative to that directory.
 
-1. The logs for the locator and 2 servers were not removed as part
+1. The logs for the locator and two servers were not removed as part
 of the system shut down in Part 1.  Part 2 of the example works fine
 without removing the logs, but the `startAll.sh` script output will
 note that the regions are already hosted as the servers are started.
@@ -271,6 +271,6 @@ in production systems,
 so that data is not lost if a server goes down.
 
 2. A proper hashcode is important for distributing entries across buckets.
-Not demonstrated in this example, but a proper equals methods is also
+Not demonstrated in this example, but a proper equals method is also
 required.
 

Reply via email to