You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2017/10/20 19:05:08 UTC

[geode-examples] branch develop updated: Fixing types in native client example READMEs.

This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new e5cec61  Fixing types in native client example READMEs.
e5cec61 is described below

commit e5cec613d7cf8b49c95709f74c3767e06a0c58bc
Author: Dan Smith <up...@apache.org>
AuthorDate: Fri Oct 20 12:04:40 2017 -0700

    Fixing types in native client example READMEs.
---
 native/dotnet/Apache.Geode.Examples.AuthInitialize/README.md | 4 ++--
 native/dotnet/Apache.Geode.Examples.Cache/README.md          | 2 +-
 native/dotnet/README.md                                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/native/dotnet/Apache.Geode.Examples.AuthInitialize/README.md b/native/dotnet/Apache.Geode.Examples.AuthInitialize/README.md
index c82ae7e..c79fc8c 100644
--- a/native/dotnet/Apache.Geode.Examples.AuthInitialize/README.md
+++ b/native/dotnet/Apache.Geode.Examples.AuthInitialize/README.md
@@ -1,8 +1,8 @@
 # AuthInitialize Example
-This example shows how to create and register a custom `IAuthIntialize` authentivation
+This example shows how to create and register a custom `IAuthIntialize` authentication
 handler. 
 
-## Prerequisits
+## Prerequisites
 * Install [Apache Geode](https://geode.apache.org)
 * Build and install [Apache Geode Native](https://github.com/apache/geode-native)
 
diff --git a/native/dotnet/Apache.Geode.Examples.Cache/README.md b/native/dotnet/Apache.Geode.Examples.Cache/README.md
index eb78d5f..cb8111f 100644
--- a/native/dotnet/Apache.Geode.Examples.Cache/README.md
+++ b/native/dotnet/Apache.Geode.Examples.Cache/README.md
@@ -2,7 +2,7 @@
 This is a very simple example showing how to create a `Cache` using the `CacheFactory`,
 configure a `Pool` with a `PoolFactory`, and configure a `Region` with a `RegionFactory`.
 
-## Prerequisits
+## Prerequisites
 * Install [Apache Geode](https://geode.apache.org)
 * Build and install [Apache Geode Native](https://github.com/apache/geode-native)
 
diff --git a/native/dotnet/README.md b/native/dotnet/README.md
index 360cbba..9b66b74 100644
--- a/native/dotnet/README.md
+++ b/native/dotnet/README.md
@@ -1,6 +1,6 @@
 # Geode Native .NET Examples
 
-## Prerequisits
+## Prerequisites
 * Install [Apache Geode](https://geode.apache.org)
 * Build and install [Apache Geode Native](https://github.com/apache/geode-native)
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].