summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-04-20 23:39:40 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-04-20 23:39:40 -0400
commit3d414f3c803139cb7396562bb593cd75c22b80ea (patch)
treef2ccf142501b74de0b9f2eca8a27b9cad168f08a
parent96dd0ab929b7f391eee9b23209aa377537114b72 (diff)
downloadopenshift-3d414f3c803139cb7396562bb593cd75c22b80ea.tar.gz
openshift-3d414f3c803139cb7396562bb593cd75c22b80ea.tar.bz2
openshift-3d414f3c803139cb7396562bb593cd75c22b80ea.tar.xz
openshift-3d414f3c803139cb7396562bb593cd75c22b80ea.zip
Fix typos... master not mater
-rw-r--r--README_OSE.md2
-rw-r--r--inventory/byo/hosts2
2 files changed, 2 insertions, 2 deletions
diff --git a/README_OSE.md b/README_OSE.md
index 6d4a9ba92..cd0b9f7a6 100644
--- a/README_OSE.md
+++ b/README_OSE.md
@@ -63,7 +63,7 @@ option to ansible-playbook.
```ini
# This is an example of a bring your own (byo) host inventory
-# Create an OSEv3 group that contains the maters and nodes groups
+# Create an OSEv3 group that contains the masters and nodes groups
[OSEv3:children]
masters
nodes
diff --git a/inventory/byo/hosts b/inventory/byo/hosts
index e9af5e571..98dbb4fd8 100644
--- a/inventory/byo/hosts
+++ b/inventory/byo/hosts
@@ -1,6 +1,6 @@
# This is an example of a bring your own (byo) host inventory
-# Create an OSEv3 group that contains the maters and nodes groups
+# Create an OSEv3 group that contains the masters and nodes groups
[OSEv3:children]
masters
nodes