Browse Source

Fix typos... master not mater

Jason DeTiberus 10 years ago
parent
commit
3d414f3c80
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README_OSE.md
  2. 1 1
      inventory/byo/hosts

+ 1 - 1
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

+ 1 - 1
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